Sys2QueryPhysicalMemory: Difference between revisions
Appearance
Created page with "==Description== Queries the amount of physical memory (RAM) installed in the system. ==Arguments== REXX ARGUMENTS: None ==Return Value== REXX RETURN VALUE: Integer represe..." |
No edit summary |
||
Line 3: | Line 3: | ||
==Arguments== | ==Arguments== | ||
REXX ARGUMENTS: None | ; REXX ARGUMENTS: None | ||
==Return Value== | ==Return Value== | ||
REXX RETURN VALUE: | ; REXX RETURN VALUE: Integer representing the amount of installed memory, in KiB, or 0 if an error occurred. | ||
[[Category:The OS/2 API Project]] |
Revision as of 14:53, 16 June 2016
Description
Queries the amount of physical memory (RAM) installed in the system.
Arguments
- REXX ARGUMENTS
- None
Return Value
- REXX RETURN VALUE
- Integer representing the amount of installed memory, in KiB, or 0 if an error occurred.