mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 01:15:09 +00:00
- Add PsGetProcessInheritedFromUniqueProcessId declaration to NDK.
svn path=/trunk/; revision=42376
This commit is contained in:
parent
1b403e9be7
commit
d2ab670235
1 changed files with 6 additions and 0 deletions
|
@ -157,6 +157,12 @@ PsSetProcessPriorityByClass(
|
||||||
IN PSPROCESSPRIORITYMODE Type
|
IN PSPROCESSPRIORITYMODE Type
|
||||||
);
|
);
|
||||||
|
|
||||||
|
HANDLE
|
||||||
|
NTAPI
|
||||||
|
PsGetProcessInheritedFromUniqueProcessId(
|
||||||
|
IN PEPROCESS Process
|
||||||
|
);
|
||||||
|
|
||||||
//
|
//
|
||||||
// Quota Functions
|
// Quota Functions
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in a new issue