Skip to content

GetValue

Navigation: ADLX SDK ReferencesADLX InterfacesDisplayIADLXDisplayResolution

Syntax

ADLX_RESULT    GetValue(ADLX_CustomResolution* customResolution)

Parameters

#DirectionNameTypeDescription
1.[out]customResolutionADLX_CustomResolutionThe pointer to a variable where the properties of a custom display resolution are returned.

Return Value

If the properties of a custom display resolution are successfully returned, ADLX_OK is returned.

If the properties of a custom display resolution are not successfully returned, an error code is returned.

Refer to ADLX_RESULT for success codes and error codes.

Requirements

Headerinclude “IDisplaySettings.h”
Minimum version1.0

See Also: ADLX_CustomResolution, ADLX Enums