Sys2QueryPhysicalMemory: Difference between revisions
Appearance
No edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
Queries the amount of physical memory (RAM) installed in the system. | Queries the amount of physical memory (RAM) installed in the system. | ||
Line 8: | Line 7: | ||
; REXX RETURN VALUE: Integer representing the amount of installed memory, in KiB, or 0 if an error occurred. | ; REXX RETURN VALUE: Integer representing the amount of installed memory, in KiB, or 0 if an error occurred. | ||
[[Category: | [[Category:RxUtilEx]] |
Revision as of 14:33, 26 February 2017
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.