Group: Time - Library: kernel32
System and Local Time values
How to suspend or hibernate your system
VOID GetLocalTime(
LPSYSTEMTIME lpSystemTime // system time
); DECLARE GetLocalTime IN kernel32;
STRING @ lpSystemTime lpSystemTime [out] Pointer to a SYSTEMTIME structure to receive the current local date and time.
This function does not return a value.
Home