GetSystemInfo method

void GetSystemInfo(
  1. Pointer<SYSTEM_INFO> lpSystemInfo
)

Implementation

void GetSystemInfo(
  ffi.Pointer<SYSTEM_INFO> lpSystemInfo,
) {
  return _GetSystemInfo(
    lpSystemInfo,
  );
}