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

Rémi Bernon rbernon at codeweavers.com
Thu Nov 26 04:01:08 CST 2020


On 11/26/20 11:00 AM, Dmitry Timoshkov wrote:
> 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.
> 

Ah right, thanks.
-- 
Rémi Bernon <rbernon at codeweavers.com>



More information about the wine-devel mailing list