SetMonitorContrast function (highlevelmonitorconfigurationapi.h)
Sets a monitor's contrast value.
Syntax
_BOOL SetMonitorContrast(
[in] HANDLE hMonitor,
[in] DWORD dwNewContrast
);
Parameters
[in] hMonitor
Handle to a physical monitor. To get the monitor handle, call GetPhysicalMonitorsFromHMONITOR or GetPhysicalMonitorsFromIDirect3DDevice9.
[in] dwNewContrast
Contrast value. To get the monitor's minimum and maximum contrast values, call, call GetMonitorContrast.
Return value
If the function succeeds, the return value is TRUE. If the function fails, the return value is FALSE. To get extended error information, call GetLastError.
Remarks
If this function is supported, the GetMonitorCapabilities function returns the MC_CAPS_CONTRAST flag.
This function takes about 50 milliseconds to return.
The brightness setting is a continuous monitor setting. For more information, see Using the High-Level Monitor Configuration Functions.
Requirements
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Target Platform | Windows |
Header | highlevelmonitorconfigurationapi.h |
Library | Dxva2.lib |
DLL | Dxva2.dll |