estructura LAMP_CAPABILITIES_COLOR (lamp.h)
Esta estructura es el tipo de parámetro de E/S de IOCTL_LAMP_{GET|SET}_INTENSITY_COLOR.
Sintaxis
typedef struct LAMP_CAPABILITIES_COLOR {
BOOLEAN IsSupported;
BOOLEAN IsLightIntensityAdjustable;
} LAMP_CAPABILITIES_COLOR;
Miembros
IsSupported
TRUE si el dispositivo puede emitir luz de color; FALSE en caso contrario.
IsLightIntensityAdjustable
Si IsSupported se evalúa como TRUE (el controlador es capaz de emitir luz de color) y este campo se evalúa como TRUE, un cliente puede obtener o establecer la intensidad de luz de una lámpara de color llamando a IOCTL_LAMP_GET_INTENSITY_COLOR y IOCTL_LAMP_SET_INTENSITY_COLOR.
Requisitos
Requisito | Valor |
---|---|
Header | lamp.h |