From 7dc194f7d1110c3e98d0b9c35a1de44aaec5f53a Mon Sep 17 00:00:00 2001 From: vxunderground <57078196+vxunderground@users.noreply.github.com> Date: Fri, 15 Jul 2022 09:15:23 -0500 Subject: [PATCH] Create KSYSTEM_TIME.h --- Structures/KSYSTEM_TIME.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Structures/KSYSTEM_TIME.h diff --git a/Structures/KSYSTEM_TIME.h b/Structures/KSYSTEM_TIME.h new file mode 100644 index 0000000..97648e7 --- /dev/null +++ b/Structures/KSYSTEM_TIME.h @@ -0,0 +1,6 @@ +typedef struct _KSYSTEM_TIME +{ + ULONG LowPart; + LONG High1Time; + LONG High2Time; +} KSYSTEM_TIME, * PKSYSTEM_TIME;