j
k
j a
j l
RĂ©mi Bernon rbernon@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.
Back to the thread
Back to the list