IsSupported
Checks if custom resolution is supported on a display.
Syntax
ADLX_RESULT IsSupported (adlx_bool* supported)
Parameters
-
[out]
supported adlx_bool* The pointer to a variable where the custom resolution support status is returned. The variable is true if custom resolution is supported. The variable is false if custom resolution is not supported.
Return Value
If the custom resolution status is successfully returned, ADLX_OK is returned.
If the custom resolution status is not successfully returned, 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 |