From bd02ee978fce810ec63aeef7a668bc341c206dc2 Mon Sep 17 00:00:00 2001 From: Eric Kohl Date: Sun, 19 Mar 2000 13:30:30 +0000 Subject: [PATCH] Added SYSTEM_TIME_INFORMATION svn path=/trunk/; revision=1082 --- reactos/include/ddk/zwtypes.h | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/reactos/include/ddk/zwtypes.h b/reactos/include/ddk/zwtypes.h index c787ab1defa..5e518215431 100644 --- a/reactos/include/ddk/zwtypes.h +++ b/reactos/include/ddk/zwtypes.h @@ -133,7 +133,7 @@ typedef struct _LPCMESSAGE #define SystemInformation0 0 #define SystemInformation1 1 #define SystemPerformanceInformation 2 -#define SystemInformation3 3 +#define SystemTimeInformation 3 #define SystemProcessInformation 5 #define SystemGlobalFlagInformation 9 #define SystemDriverInformation 11 @@ -362,15 +362,21 @@ typedef struct _SYSTEM_PROCESS_INFORMATION } SYSTEM_PROCESS_INFORMATION, * PSYSTEM_PROCESS_INFORMATION; #endif +typedef struct _SYSTEM_TIME_INFO +{ + LARGE_INTEGER BootTime; + LARGE_INTEGER SystemTime; + LARGE_INTEGER TimeZoneBias; + ULONG TimeZoneId; + ULONG Unknown; +} SYSTEM_TIME_INFO, *PSYSTEM_TIME_INFO; -typedef -struct _SYSTEM_GLOBAL_FLAGS_INFO +typedef struct _SYSTEM_GLOBAL_FLAGS_INFO { DWORD GlobalFlags; } SYSTEM_GLOBAL_FLAGS_INFO, * PSYSTEM_GLOBAL_FLAGS_INFO; - #if 0 #pragma pack(4) typedef struct _SYSTEM_DRIVER_INFO