GetLogicalProcessorInformation method

int GetLogicalProcessorInformation(
  1. Pointer<SYSTEM_LOGICAL_PROCESSOR_INFORMATION> Buffer,
  2. Pointer<Uint64> ReturnedLength
)

Implementation

int GetLogicalProcessorInformation(
  ffi.Pointer<SYSTEM_LOGICAL_PROCESSOR_INFORMATION> Buffer,
  ffi.Pointer<ffi.Uint64> ReturnedLength,
) {
  return _GetLogicalProcessorInformation(
    Buffer,
    ReturnedLength,
  );
}