[PATCH 3/3] ntdll: Return failure from RtlQueryProcessDebugInformation.

Dmitry Timoshkov dmitry at baikal.ru
Thu Nov 26 04:00:05 CST 2020


Rémi Bernon <rbernon at 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.



More information about the wine-devel mailing list