Skip to content

SetValue

Navigation: ADLX SDK ReferencesADLX InterfacesDisplayIADLXDisplayResolution

Syntax

ADLX_RESULT    SetValue(ADLX_CustomResolution customResolution)

Parameters

#DirectionNameTypeDescription
1.[in]customResolutionADLX_CustomResolutionThe properties of a custom display resolution.

Return Value

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

If the properties of a custom display resolution are not successfully set, 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