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..." |
mNo edit summary |
||
(4 intermediate revisions by 2 users not shown) | |||
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. | ||
==Arguments== | ==Arguments== | ||
None | |||
==Return Value== | ==Return Value== | ||
Integer representing the amount of installed memory, in KiB, or 0 if an error occurred. | |||
[[Category:RxUtilEx]] |
Latest revision as of 06:42, 3 May 2020
Queries the amount of physical memory (RAM) installed in the system.
Arguments
None
Return Value
Integer representing the amount of installed memory, in KiB, or 0 if an error occurred.