Skip to content

MemoryRemaining

Navigation: ADLX SDK ReferencesADLX InterfacesSystemIADLXVariableGraphicsMemoryOption

Syntax

ADLX_RESULT    MemoryRemaining (adlx_double* memoryRemainingGb)

Parameters

#DirectionNameTypeDescription
1.[out]memoryRemainingGbadlx_double*The pointer to a variable where the remaining system RAM is returned (in GB).

Return Value

If the remaining system RAM is successfully returned, ADLX_OK is returned.

If the remaining system RAM is not successfully returned, an error code is returned.

Refer to ADLX_RESULT for success codes and error codes.

Requirements

Headerinclude “ISystem3.h”
Minimum version1.5

See Also: ADLX Enums