GetProcessorSystemCycleTime method
int
GetProcessorSystemCycleTime(
- int Group,
- Pointer<
PSYSTEM_PROCESSOR_CYCLE_TIME_INFORMATION> Buffer, - Pointer<
Uint64> ReturnedLength
Implementation
int GetProcessorSystemCycleTime(
int Group,
ffi.Pointer<PSYSTEM_PROCESSOR_CYCLE_TIME_INFORMATION> Buffer,
ffi.Pointer<ffi.Uint64> ReturnedLength,
) {
return (_GetProcessorSystemCycleTime ??= _dylib.lookupFunction<
_c_GetProcessorSystemCycleTime,
_dart_GetProcessorSystemCycleTime>('GetProcessorSystemCycleTime'))(
Group,
Buffer,
ReturnedLength,
);
}