[PATCH v2 1/3] ntdll: Implement ProcessImageFileNameWin32 in NtQueryInformationProcess.

Alexandre Julliard julliard at winehq.org
Fri Mar 2 10:50:35 CST 2018


Zebediah Figura <z.figura12 at gmail.com> writes:

> diff --git a/include/winternl.h b/include/winternl.h
> index c3cca80..f72a071 100644
> --- a/include/winternl.h
> +++ b/include/winternl.h
> @@ -853,6 +853,7 @@ typedef enum _PROCESSINFOCLASS {
>      ProcessDebugFlags = 31,
>      ProcessHandleTracing = 32,
>      ProcessExecuteFlags = 34,
> +    ProcessImageFileNameWin32 = 43,
>      MaxProcessInfoClass
>  } PROCESSINFOCLASS, PROCESS_INFORMATION_CLASS;

If you change MaxProcessInfoClass you'd need to update the corresponding
tests in dlls/kernel32/tests/process.c.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list