GetPhysicallyInstalledSystemMemory method

int GetPhysicallyInstalledSystemMemory(
  1. Pointer<Uint64> TotalMemoryInKilobytes
)

Implementation

int GetPhysicallyInstalledSystemMemory(
  ffi.Pointer<ffi.Uint64> TotalMemoryInKilobytes,
) {
  return _GetPhysicallyInstalledSystemMemory(
    TotalMemoryInKilobytes,
  );
}