mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 16:32:59 +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
|
IN PEPROCESS Process
|
||||||
);
|
);
|
||||||
|
|
||||||
|
VOID
|
||||||
|
NTAPI
|
||||||
|
PsSetProcessPriorityByClass(
|
||||||
|
IN PEPROCESS Process,
|
||||||
|
IN PSPROCESSPRIORITYMODE Type
|
||||||
|
);
|
||||||
|
|
||||||
//
|
//
|
||||||
// Quota Functions
|
// Quota Functions
|
||||||
//
|
//
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue