GetSystemTime
GetSystemTime retrieves the current system date and time. The system time is expressed in Coordinated Universal Time (UTC).
Syntax
VOID GetSystemTime( LPSYSTEMTIME lpSystemTime );
Parameters
lpSystemTime
A pointer to a SYSTEMTIME structure to receive the current system date and time.
Return Value
None
Requirements
Minimum Supported Version | RTX64 2013 |
Header | windows.h |
Library | Rtx_Rtss.lib |