[SDK] Properly define ZwQueryInformationProcess

This commit is contained in:
Thomas Faber 2019-06-20 08:45:24 +02:00 committed by Pierre Schweitzer
parent a2b4fad771
commit 6cde208c6b
2 changed files with 0 additions and 13 deletions

View file

@ -759,7 +759,6 @@ ZwQueryInformationJobObject(
_Out_ PULONG ReturnLength
);
#ifndef _NTDDK_
NTSYSAPI
NTSTATUS
NTAPI
@ -770,7 +769,6 @@ ZwQueryInformationProcess(
_In_ ULONG ProcessInformationLength,
_Out_opt_ PULONG ReturnLength
);
#endif
NTSYSAPI
NTSTATUS

View file

@ -1408,17 +1408,6 @@ ZwQueryDirectoryObject(
);
#endif /* (VER_PRODUCTBUILD >= 2195) */
NTSYSAPI
NTSTATUS
NTAPI
ZwQueryInformationProcess (
_In_ HANDLE ProcessHandle,
_In_ PROCESSINFOCLASS ProcessInformationClass,
_Out_ PVOID ProcessInformation,
_In_ ULONG ProcessInformationLength,
_Out_opt_ PULONG ReturnLength
);
NTSYSAPI
NTSTATUS
NTAPI