Skip to content

Commit 6cde208

Browse files
ThFabbaHeisSpiter
authored andcommitted
[SDK] Properly define ZwQueryInformationProcess
1 parent a2b4fad commit 6cde208

File tree

2 files changed

+0
-13
lines changed

2 files changed

+0
-13
lines changed

sdk/include/ndk/psfuncs.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -759,7 +759,6 @@ ZwQueryInformationJobObject(
759759
_Out_ PULONG ReturnLength
760760
);
761761

762-
#ifndef _NTDDK_
763762
NTSYSAPI
764763
NTSTATUS
765764
NTAPI
@@ -770,7 +769,6 @@ ZwQueryInformationProcess(
770769
_In_ ULONG ProcessInformationLength,
771770
_Out_opt_ PULONG ReturnLength
772771
);
773-
#endif
774772

775773
NTSYSAPI
776774
NTSTATUS

sdk/include/xdk/zwfuncs.h

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1408,17 +1408,6 @@ ZwQueryDirectoryObject(
14081408
);
14091409
#endif /* (VER_PRODUCTBUILD >= 2195) */
14101410

1411-
NTSYSAPI
1412-
NTSTATUS
1413-
NTAPI
1414-
ZwQueryInformationProcess (
1415-
_In_ HANDLE ProcessHandle,
1416-
_In_ PROCESSINFOCLASS ProcessInformationClass,
1417-
_Out_ PVOID ProcessInformation,
1418-
_In_ ULONG ProcessInformationLength,
1419-
_Out_opt_ PULONG ReturnLength
1420-
);
1421-
14221411
NTSYSAPI
14231412
NTSTATUS
14241413
NTAPI

0 commit comments

Comments
 (0)