HIDP_BUTTON_ARRAY_DATA - NtDoc

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

typedef struct _HIDP_BUTTON_ARRAY_DATA {
  USHORT  ArrayIndex;
  BOOLEAN On;
} HIDP_BUTTON_ARRAY_DATA, *PHIDP_BUTTON_ARRAY_DATA;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-hidpi-hidp_button_array_data)

Description

The HIDP_BUTTON_ARRAY_DATA structure is used to get or set data for single button in a button array.

Members

ArrayIndex

The position of the button within the zero-based button array. The value will always be less than HIDP_BUTTON_CAPS.ReportCount. This is not an index of a button array within the parsed data.

On

TRUE when the button at the ArrayIndex within the button array is on. FALSE when the button is off.

Remarks

See also