LAMP_CAPABILITIES_WHITE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// lamp.h

typedef struct LAMP_CAPABILITIES_WHITE {
  BOOLEAN IsLightIntensityAdjustable;
} LAMP_CAPABILITIES_WHITE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-lamp-lamp_capabilities_white)

LAMP_CAPABILITIES_WHITE structure

Description

This structure is the I/O parameter type of IOCTL_LAMP_{GET|SET}_INTENSITY_WHITE.

Members

IsLightIntensityAdjustable

If this field evaluates TRUE, a client can get/set light intensity by calling IOCTL_LAMP_GET_INTENSITY_WHITE and IOCTL_LAMP_SET_INTENSITY_WHITE.