Gets the system clock's current time, in 100 ns units.
BOOLEAN RtGetClockTime(
CLOCK Clock,
PLARGE_INTEGER pTime
);
Parameters
Clock
- Ignored.
pTime
- Pointer to a LARGE_INTEGER that receives the current time.
Return Values
- TRUE
- Success.
- FALSE
- Failure.
Requirements
Versions |
Defined in |
Include |
Link to |
INtime 3.1 |
intime/nt/include/iwin32x.h |
iwin32x.h |
iwin32x.lib |
Notes
- This function operates in the Windows portion of your application.
- The iwin32 API also includes an RtGetClockTime function that operates in the real-time portion of your application.
See Also
iwin32x API, iwin32 Overview