Add event priority boost stub

This commit is contained in:
2026-06-29 16:04:28 +02:00
parent 7d9c338e2a
commit 9ef8c569d5
2 changed files with 34 additions and 0 deletions

View File

@@ -25,6 +25,8 @@ namespace KE
STATIC XTAPI LONG SetEvent(IN PKEVENT Event,
IN KPRIORITY Increment,
IN BOOLEAN Wait);
STATIC XTAPI VOID SetEventBoostPriority(IN PKEVENT Event,
IN OUT PKTHREAD* WaitingThread);
};
}