Skip to content

MemoryCarved

Navigation: ADLX SDK ReferencesADLX InterfacesSystemIADLXVariableGraphicsMemoryOption

Syntax

ADLX_RESULT    MemoryCarved (adlx_double* memoryCarvedGb)

Parameters

#DirectionNameTypeDescription
1.[out]memoryCarvedGbadlx_double*The pointer to a variable where the system RAM dedicated to graphics memory is returned (in GB).

Return Value

If the size of memory carved is successfully returned, ADLX_OK is returned.

If the size of memory carved 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