RtGetRtssTimeAsFileTime
RtGetRtssTimeAsFileTime gets the current value for RTSS time.
Syntax
VOID RtGetRtssTimeAsFileTime(
LPFILETIME pTime,
);
Parameters
pTime
A pointer to a FILETIME structure that receives the current value for RTSS time.
Return Value
None
Remarks
This function can be used only by RTSS processes; it cannot be used by Win32 processes.
RTSS time is specified as the number of 100 ns ticks since 00:00 Jan 1,1601 at GMT. RTSS time synchronizes with Windows system time, which is typically updated only every 10 ms. Therefore, RTSS time granularity is 10 ms.
To display file time to end users, use the FileTimeToSystemTime function.
Requirements
Minimum Supported Version | RTX64 2013 |
Header | RtssApi.h |
Library | Rtx_Rtss.lib |