Retrieve interrupt time via kernel shared data

This commit is contained in:
2026-06-29 00:13:00 +02:00
parent 9d5466594a
commit 2868db63ca
2 changed files with 21 additions and 0 deletions

View File

@@ -25,6 +25,7 @@ namespace KE
STATIC ULONG TimeAdjustment;
public:
STATIC XTAPI VOID GetInterruptTime(OUT PLARGE_INTEGER InterruptTime);
STATIC XTAPI VOID GetSystemTime(OUT PLARGE_INTEGER SystemTime);
STATIC XTAPI VOID SetSystemTime(IN PLARGE_INTEGER NewTime,
OUT PLARGE_INTEGER OldTime,