Function NtQueryPerformanceCounter [src]
Prototype
pub extern "ntdll" fn NtQueryPerformanceCounter( PerformanceCounter: *LARGE_INTEGER, PerformanceFrequency: ?*LARGE_INTEGER, ) callconv(.winapi) NTSTATUS
Parameters
PerformanceCounter: *LARGE_INTEGER
PerformanceFrequency: ?*LARGE_INTEGER
Source
pub extern "ntdll" fn NtQueryPerformanceCounter(
PerformanceCounter: *LARGE_INTEGER,
PerformanceFrequency: ?*LARGE_INTEGER,
) callconv(.winapi) NTSTATUS