NtQueryPerformanceCounter
Function parameters
Parameters
- PerformanceCounter:*LARGE_INTEGER
- PerformanceFrequency:?*LARGE_INTEGER
Functions in this namespace
Functions
- RtlGetFullPathName_U
- Returns the number of bytes written to `Buffer`.
Source
Implementation
pub extern "ntdll" fn NtQueryPerformanceCounter(
PerformanceCounter: *LARGE_INTEGER,
PerformanceFrequency: ?*LARGE_INTEGER,
) callconv(.winapi) NTSTATUS