include vmm.inc
VMMCall Get_System_Time_Address
mov [System_Time_Addr], eax
Retrieves the address of the system-time variable.
The system time variable is the 32-bit value returned by the Get_Last_Updated_System_Time service. This service is provided as a convenience (primarily to C-language callers), so that the return value can be stored into a pointer variable and accessed directly, thus avoiding the overhead of a C wrapper and dynalink call.