Create KSYSTEM_TIME.h

This commit is contained in:
vxunderground 2022-07-15 09:15:23 -05:00 committed by GitHub
parent 1ba733e37b
commit 7dc194f7d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,6 @@
typedef struct _KSYSTEM_TIME
{
ULONG LowPart;
LONG High1Time;
LONG High2Time;
} KSYSTEM_TIME, * PKSYSTEM_TIME;