Condividi tramite


struttura PANEL_SET_BRIGHTNESS_STATE (ntdvertitaeo.h)

Imposta lo stato di luminosità.

Sintassi

typedef struct _PANEL_SET_BRIGHTNESS_STATE {
  union {
    struct {
      ULONG Smooth : 1;
      ULONG Reserved : 31;
    };
    ULONG Value;
  };
} PANEL_SET_BRIGHTNESS_STATE, *PPANEL_SET_BRIGHTNESS_STATE;

Members

Smooth

Supporta una transizione a tempo uniforme.

Reserved

Riservato.

Value

Livello di ottimizzazione del controllo luminosità.

Requisiti

Requisito Valore
Intestazione ntdvertitaeo.h