mirror of
https://github.com/reactos/reactos.git
synced 2025-04-27 17:10:22 +00:00
[SDK] Properly define ZwQueryInformationProcess
This commit is contained in:
parent
a2b4fad771
commit
6cde208c6b
2 changed files with 0 additions and 13 deletions
|
@ -759,7 +759,6 @@ ZwQueryInformationJobObject(
|
||||||
_Out_ PULONG ReturnLength
|
_Out_ PULONG ReturnLength
|
||||||
);
|
);
|
||||||
|
|
||||||
#ifndef _NTDDK_
|
|
||||||
NTSYSAPI
|
NTSYSAPI
|
||||||
NTSTATUS
|
NTSTATUS
|
||||||
NTAPI
|
NTAPI
|
||||||
|
@ -770,7 +769,6 @@ ZwQueryInformationProcess(
|
||||||
_In_ ULONG ProcessInformationLength,
|
_In_ ULONG ProcessInformationLength,
|
||||||
_Out_opt_ PULONG ReturnLength
|
_Out_opt_ PULONG ReturnLength
|
||||||
);
|
);
|
||||||
#endif
|
|
||||||
|
|
||||||
NTSYSAPI
|
NTSYSAPI
|
||||||
NTSTATUS
|
NTSTATUS
|
||||||
|
|
|
@ -1408,17 +1408,6 @@ ZwQueryDirectoryObject(
|
||||||
);
|
);
|
||||||
#endif /* (VER_PRODUCTBUILD >= 2195) */
|
#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
|
NTSYSAPI
|
||||||
NTSTATUS
|
NTSTATUS
|
||||||
NTAPI
|
NTAPI
|
||||||
|
|
Loading…
Reference in a new issue