GetSystemTimeAsFileTime
GetSystemTimeAsFileTime retrieves the current system date and time in the 64-bit FILETIME format. The system time is based on Coordinated Universal Time (UTC).
Syntax
Copy
VOID GetSystemTimeAsFileTime(
LPFILETIME lpSystemTimeAsFileTime
);
Parameters
lpSystemTimeAsFileTime
A pointer to a FILETIME structure to receive the current system date and time.
Return Value
None
Requirements
Minimum supported version | Header | Library |
---|---|---|
eRTOS 1.0 SDK |
sysinfoapi.h (include Windows.h) | rtkrnl.lib |