VTD_Get_Real_Time

include vtd.inc

VxDcall VTD_Get_Real_Time
mov [time_hi], edx
mov [time_lo], eax
 

Retrieves the number of real time clock ticks that have elapsed since the current Windows session was started. Uses EAX, EDX, and Flags. This is an asynchronous service.