Jump to content

Sys2QueryPhysicalMemory: Difference between revisions

From EDM2
Ak120 (talk | contribs)
Ak120 (talk | contribs)
mNo edit summary
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:


==Arguments==
==Arguments==
; REXX ARGUMENTS: None
None


==Return Value==
==Return Value==
; REXX RETURN VALUE:  Integer representing the amount of installed memory, in KiB, or 0 if an error occurred.
Integer representing the amount of installed memory, in KiB, or 0 if an error occurred.


[[Category:RxUtilEx]]
[[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.