LAMP_MODE - NtDoc

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

typedef enum LAMP_MODE {
  LAMP_MODE_WHITE,
  LAMP_MODE_COLOR
} ;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-lamp-lamp_mode)

LAMP_MODE enumeration

Description

This enumeration contains the operating modes of a lamp device.

Constants

LAMP_MODE_WHITE

Required. White light only.

LAMP_MODE_COLOR

Optional. Color light.

Remarks

This is the I/O parameter type of IOCTL_LAMP_GET_MODE and IOCTL_LAMP_SET_MODE.