mirror of
https://github.com/reactos/reactos.git
synced 2025-05-17 16:27:00 +00:00
- Add PsSetProcessPriorityByClass() declaration to NDK.
svn path=/trunk/; revision=41375
This commit is contained in:
parent
e1dbbac2c4
commit
d538f101ac
1 changed files with 7 additions and 0 deletions
|
@ -150,6 +150,13 @@ PsIsSystemProcess(
|
|||
IN PEPROCESS Process
|
||||
);
|
||||
|
||||
VOID
|
||||
NTAPI
|
||||
PsSetProcessPriorityByClass(
|
||||
IN PEPROCESS Process,
|
||||
IN PSPROCESSPRIORITYMODE Type
|
||||
);
|
||||
|
||||
//
|
||||
// Quota Functions
|
||||
//
|
||||
|
|
Loading…
Reference in a new issue