Getsystemtimepreciseasfiletime Windows 7 Patched File

LARGE_INTEGER li; if (g_NtQuerySystemTime(&li) == 0) // STATUS_SUCCESS

Fetch the current system time with highest possible precision (interrupt-level).

LARGE_INTEGER li; if (g_NtQuerySystemTime(&li) == 0) // STATUS_SUCCESS

Fetch the current system time with highest possible precision (interrupt-level).