// lamp.h
typedef struct LAMP_INTENSITY_COLOR {
BYTE Red;
BYTE Green;
BYTE Blue;
} LAMP_INTENSITY_COLOR;
View the official Windows Driver Kit DDI referenceNo description available.
This structure is the I/O parameter type of IOCTL_LAMP_GET_INTENSITY_COLOR and IOCTL_LAMP_SET_INTENSITY_COLOR.
RedRed light intensity in percentage (0-100).
GreenGreen light intensity in percentage (0-100).
BlueBlue light intensity in percentage (0-100).