Jump to content

Sys2QueryPhysicalMemory: Difference between revisions

From EDM2
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..."
 
Ak120 (talk | contribs)
mNo edit summary
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
==Description==
Queries the amount of physical memory (RAM) installed in the system.
Queries the amount of physical memory (RAM) installed in the system.


==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]]

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.