GUID_DEVINTERFACE_BRIGHTNESS

The GUID_DEVINTERFACE_BRIGHTNESS device interface class is defined for display adapter drivers that operate in the context of the Windows Vista Display Driver Model and support brightness control of monitor child devices.

Attribute Setting

Identifier

GUID_DEVINTERFACE_BRIGHTNESS

Class GUID

{FDE5BBA4-B3F9-46FB-BDAA-0728CE3100B4}

Remarks

Drivers register instances of this device interface class to notify the operating system and applications of the presence of brightness control interfaces for monitor child devices.

If the display miniport driver supports a direct-call brightness control interface for this device setup class, a kernel-mode component can retrieve the direct-call interface by calling the miniport driver's DxgkDdiQueryInterface function and supplying GUID_DEVINTERFACE_BRIGHTNESS to specify the interface type.

For information about brightness devices, see Supporting Brightness Controls on Integrated Display Panels and Brightness Control Interface.

Requirements

Version

Available in Windows Vista and later versions of Windows.

Header

Dispmprt.h (include Dispmprt.h)