DeleteResolution
Navigation: ADLX SDK References → ADLX Interfaces → Display → IADLXDisplayCustomResolution
Syntax
ADLX_RESULT DeleteResolution(IADLXDisplayResolution* pResolution)
Parameters
# | Direction | Name | Type | Description |
---|---|---|---|---|
1. | [out] | pResolution | IADLXDisplayResolution | IADLXDisplayResolution |
Return Value
If the custom resolution is successfully deleted, ADLX_OK is returned.
If the custom resolution is not successfully deleted, an error code is returned.
Refer to ADLX_RESULT for success codes and error codes.
Additional Info
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.
Requirements
Header | include “IDisplaySettings.h” |
---|---|
Minimum version | 1.0 |
See Also: IADLXDisplayResolution