Update timers support
This commit is contained in:
@@ -330,6 +330,7 @@ typedef struct _KTIMER
|
||||
DISPATCHER_HEADER Header;
|
||||
ULARGE_INTEGER DueTime;
|
||||
LIST_ENTRY TimerListEntry;
|
||||
PKDPC Dpc;
|
||||
LONG Period;
|
||||
} KTIMER, *PKTIMER;
|
||||
|
||||
|
Reference in New Issue
Block a user