IADLXDisplayCustomResolution
The IADLXDisplayCustomResolution interface provides methods to discover, create, and delete custom resolutions on a display.
InterfaceId: |
IADLXDisplayCustomResolution |
Smart Pointer Interface Name: |
IADLXDisplayCustomResolutionPtr |
Inherits: |
|
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
Method |
Description |
---|---|
Creates a custom resolution on a display. |
|
Deletes a custom resolution from a display. |
|
Gets the reference counted current resolution interface of a display. |
|
Gets the reference counted list of available resolutions of a display. |
|
Checks if custom resolution is supported on a display. |
Requirements
Header |
include “IDisplaySettings.h” |
Minimum version |
1.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 .