VIOINTENSITY data structure.
typedef struct _VIOINTENSITY { USHORT cb; /* Length of this data structure in bytes. */ USHORT type; /* Request type = 2, get blink/background intensity switch. */ USHORT fs; /* Value of blink/background switch. */ } VIOINTENSITY; typedef VIOINTENSITY * PVIOINTENSITY ;