PANEL_SET_BRIGHTNESS_STATE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ntddvdeo.h

typedef struct _PANEL_SET_BRIGHTNESS_STATE {
  union {
    struct {
      ULONG Smooth : 1;
      ULONG Reserved : 31;
    };
    ULONG Value;
  };
} PANEL_SET_BRIGHTNESS_STATE, *PPANEL_SET_BRIGHTNESS_STATE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ntddvdeo-_panel_set_brightness_state)

_PANEL_SET_BRIGHTNESS_STATE structure

Description

Sets the brightness state.

Members

Smooth

Supports a smooth timed transition.

Reserved

Reserved.

Value

The optimization level of brightness control.