NtQuerySystemTime
[DllImport("ntdll.dll", SetLastError = true)]
public static extern void NtQuerySystemTime(
out LARGE_INTEGER SystemTime
);Last updated
[DllImport("ntdll.dll", SetLastError = true)]
public static extern void NtQuerySystemTime(
out LARGE_INTEGER SystemTime
);Last updated