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