GetSystemTime function kernel32
Retrieves the current local date and time.
void GetSystemTime(
LPSYSTEMTIME lpSystemTime
);
Implementation
void GetSystemTime(Pointer<SYSTEMTIME> lpSystemTime) =>
_GetSystemTime(lpSystemTime);
Retrieves the current local date and time.
void GetSystemTime(
LPSYSTEMTIME lpSystemTime
);
void GetSystemTime(Pointer<SYSTEMTIME> lpSystemTime) =>
_GetSystemTime(lpSystemTime);