1 out of 2 rated this helpful - Rate this topic

SetMonitorBrightness function

Applies to: desktop apps only

Sets a monitor's brightness value. Increasing the brightness value makes the display on the monitor brighter, and decreasing it makes the display dimmer.

Syntax

BOOL SetMonitorBrightness(
  __in  HANDLE hMonitor,
  __in  DWORD dwNewBrightness
);

Parameters

hMonitor [in]

Handle to a physical monitor. To get the monitor handle, call GetPhysicalMonitorsFromHMONITOR or GetPhysicalMonitorsFromIDirect3DDevice9.

dwNewBrightness [in]

Brightness value. To get the monitor's minimum and maximum brightness values, call GetMonitorBrightness.

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_BRIGHTNESS 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

Minimum supported server

Windows Server 2008

Header

HighLevelMonitorConfigurationAPI.h

Library

Dxva2.lib

DLL

Dxva2.dll

See also

Monitor Configuration Functions

 

 

Send comments about this topic to Microsoft

Build date: 2/3/2012

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ
How to set monitor brightness in xp??
i can find no  way to adjust brightness in xp,Please help me