mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 17:52:56 +00:00
[NDK]
Add PsGetProcessSecurityPort, PsSetProcessSecurityPort, PsGetCurrentThreadProcessId svn path=/trunk/; revision=61899
This commit is contained in:
parent
988c69e1c1
commit
0973a225b9
1 changed files with 22 additions and 0 deletions
|
@ -284,6 +284,28 @@ PsReturnProcessPagedPoolQuota(
|
||||||
_In_ SIZE_T Amount
|
_In_ SIZE_T Amount
|
||||||
);
|
);
|
||||||
|
|
||||||
|
NTKERNELAPI
|
||||||
|
PVOID
|
||||||
|
NTAPI
|
||||||
|
PsGetProcessSecurityPort(
|
||||||
|
_In_ PEPROCESS Process
|
||||||
|
);
|
||||||
|
|
||||||
|
NTKERNELAPI
|
||||||
|
NTSTATUS
|
||||||
|
NTAPI
|
||||||
|
PsSetProcessSecurityPort(
|
||||||
|
_Inout_ PEPROCESS Process,
|
||||||
|
_In_ PVOID SecurityPort
|
||||||
|
);
|
||||||
|
|
||||||
|
NTKERNELAPI
|
||||||
|
HANDLE
|
||||||
|
NTAPI
|
||||||
|
PsGetCurrentThreadProcessId(
|
||||||
|
VOID
|
||||||
|
);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue