Skip to content

IADLXDisplayResolutionList

Navigation: ADLX SDK ReferencesADLX InterfacesDisplay

Interface to get the resolution info list.

InterfaceId:IADLXDisplayResolutionList
Smart Pointer Interface Name:IADLXDisplayResolutionListPtr
Inherits:IADLXList
Inherited By:N/A

The interface gets the list of resolution information.

Methods

MethodDescription
Add_BackAdds an element to the back.
AtReturns the item at the asked location.

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

  • Add_Back - Adds an element to the back.
  • At - Returns the item at the asked location.

See Also: Add_Back, At, IADLXList, DisplayCustomResolution, DisplayCustomResolution