QueryIdleProcessorCycleTimeEx method

int QueryIdleProcessorCycleTimeEx(
  1. int Group,
  2. Pointer<Uint64> BufferLength,
  3. Pointer<Uint64> ProcessorIdleCycleTime
)

Implementation

int QueryIdleProcessorCycleTimeEx(
  int Group,
  ffi.Pointer<ffi.Uint64> BufferLength,
  ffi.Pointer<ffi.Uint64> ProcessorIdleCycleTime,
) {
  return _QueryIdleProcessorCycleTimeEx(
    Group,
    BufferLength,
    ProcessorIdleCycleTime,
  );
}