Funktionreferenz


_WinAPI_GetPhysicallyInstalledSystemMemory


Retrieves the amount of RAM that is physically installed on the computer

#include <WinAPISys.au3>
_WinAPI_GetPhysicallyInstalledSystemMemory ( )

Parameter

None.

Rückgabewert

Success: The amount of physically installed RAM, in kilobytes.
Failure: 0, call _WinAPI_GetLastError() to get extended error information.

Bemerkungen

The amount of memory available to the operating system can be less than the amount of memory physically installed
in the computer because the BIOS and some drivers may reserve memory as I/O regions for memory-mapped devices,
making the memory unavailable to the operating system and applications.

This function requires Windows Vista with SP1 or later.

Siehe auch

Suche nach GetPhysicallyInstalledSystemMemory in der MSDN Bibliothek.