Update timers support

This commit is contained in:
2024-04-21 13:57:55 +02:00
parent 331c5bfeda
commit 30a2cb9849
5 changed files with 108 additions and 4 deletions

View File

@@ -63,6 +63,10 @@ KePanicEx(IN ULONG Code,
IN ULONG_PTR Parameter3,
IN ULONG_PTR Parameter4);
XTAPI
ULONGLONG
KeQueryTimer(IN PKTIMER Timer);
XTAPI
LONG
KeSetEvent(IN PKEVENT Event,