GetLocalTime
The GetLocalTime
function retrieves the current local date and time.
VOID GetLocalTime(
LPSYSTEMTIME lpSystemTime |
// address of
system time structure |
); |
|
Parameters
lpSystemTime
Points to a SYSTEMTIME
Return Values
This function
does not return a value.
See Also