estructura PANEL_GET_BRIGHTNESS (ntddvdeo.h)
Obtiene el nivel de brillo actual, más detalles sobre la transición de brillo en curso.
Sintaxis
typedef struct _PANEL_GET_BRIGHTNESS {
BRIGHTNESS_INTERFACE_VERSION Version;
union {
UCHAR Level;
struct {
ULONG CurrentInMillinits;
ULONG TargetInMillinits;
};
};
} PANEL_GET_BRIGHTNESS, *PPANEL_GET_BRIGHTNESS;
Miembros
Version
La versión de destino. Este valor siempre debe ser DXGK_BRIGHTNESS_INTERFACE_VERSION_3.
Level
Nivel de brillo.
CurrentInMillinits
Nivel de brillo actual.
TargetInMillinits
Nivel de brillo al que se va a realizar la transición.
Requisitos
Requisito | Valor |
---|---|
Header | ntddvdeo.h |