j
k
j a
j l
Rémi Bernon <rbernon(a)codeweavers.com> wrote:
+ if (FAILED(status = NtOpenProcess( &process, PROCESS_QUERY_LIMITED_INFORMATION, NULL, &cid ))) return status;
FAILED() is supposed to be used for something else than NTSTATUS codes. -- Dmitry.
Back to the thread
Back to the list