Retrieves the current value of the high-resolution performance counter (which is the same as the processor timestamp counter).
BOOLEAN QueryRtPerformanceCounter(
     QWORD *lpPerformanceCount
);
pPerformanceCount 
This call uses the CPU Time Stamp Counter as the source of the timestamp. It is recommended that GetRtTimestampCounter is used in place of this call for a source which is guaranteed to be the same across all nodes on a host.
0 (zero) 
| Versions | Defined in | Include | Link to | 
|---|---|---|---|
| INtime 4.0 | intime/rt/include/rtdef.h | rt.h | rt.lib |