GetValue
Gets the properties of a custom display resolution.
Syntax
ADLX_RESULT GetValue(ADLX_CustomResolution * customResolution)
Parameters
-
[out]
customResolution ADLX_CustomResolution* The pointer to a variable where the properties of a custom display resolution are returned.
Return Value
If the properties of a custom display resolution are successfully returned, ADLX_OK is returned.
If the properties of a custom display resolution are not successfully returned, an error code is returned.
Refer to ADLX_RESULT for success codes and error codes.
Requirements
Header |
include “IDisplaySettings.h” |
Minimum version |
1.0 |