The GetSystemTime function retrieves the current system date and time. The system time is expressed in Coordinated Universal Time (UTC).
VOID GetSystemTime(
LPSYSTEMTIME lpSystemTime |
// address of system time structure |
); |
This function does not return a value.
GetLocalTime, GetSystemTimeAdjustment, SetSystemTime, SYSTEMTIME