mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 12:23:29 +00:00
- Add PsSetProcessPriorityByClass() declaration to NDK.
svn path=/trunk/; revision=41375
This commit is contained in:
@@ -150,6 +150,13 @@ PsIsSystemProcess(
|
||||
IN PEPROCESS Process
|
||||
);
|
||||
|
||||
VOID
|
||||
NTAPI
|
||||
PsSetProcessPriorityByClass(
|
||||
IN PEPROCESS Process,
|
||||
IN PSPROCESSPRIORITYMODE Type
|
||||
);
|
||||
|
||||
//
|
||||
// Quota Functions
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user