SystemRAM
Gets the system RAM of a system metric sample.
Syntax
ADLX_RESULT SystemRAM (adlx_int* data)
Parameters
-
[out]
data adlx_int* The pointer to a variable where the system RAM (in MB) is returned.
Return Value
If the system RAM is successfully returned, ADLX_OK is returned.
If the system RAM is not successfully returned, an error code is returned.
Refer to ADLX_RESULT for success codes and error codes.
Requirements
Header |
include “IPerformanceMonitoring.h” |
Minimum version |
1.0 |