// lamp.h
typedef struct LAMP_INTENSITY_WHITE {
BYTE Value;
} LAMP_INTENSITY_WHITE;
View the official Windows Driver Kit DDI referenceNo description available.
This structure is the I/O parameter type of IOCTL_LAMP_GET_INTENSITY_WHITE and IOCTL_LAMP_SET_INTENSITY_WHITE.
ValueWhite light intensity in percentage (0-100).