Skip to content

IADLXDisplayCustomResolution

Navigation: ADLX SDK ReferencesADLX InterfacesDisplay

The IADLXDisplayCustomResolution interface provides methods to discover, create, and delete custom resolutions on a display.

InterfaceId:IADLXDisplayCustomResolution
Smart Pointer Interface Name:IADLXDisplayCustomResolutionPtr
Inherits:IADLXInterface
Inherited By:N/A

Applying custom resolution in certain games and applications may provide a better user experience. Consult the display user manual for specifications and compatibility information before use.

Note: Displays running in duplicate or Eyefinity mode do not support custom resolutions.

Methods

MethodDescription
CreateNewResolutionCreates a custom resolution on a display.
DeleteResolutionDeletes a custom resolution from a display.
GetCurrentAppliedResolutionGets the reference counted current resolution interface of a display.
GetResolutionListGets the reference counted list of available resolutions of a display.
IsSupportedChecks if custom resolution is supported on a display.

Requirements

Headerinclude “IDisplaySettings.h”
Minimum version1.0

Example

To see how to use this interface in a C++ application, refer to the DisplayCustomResolution C++ sample.

For a C application, refer to the DisplayCustomResolution C sample.

Subpages

API Reference

This page references: