HIDSPICX_REPORT - NtDoc

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

typedef struct _HIDSPICX_REPORT {
  UCHAR  ReportType;
  USHORT ReportContentLength;
  UCHAR  ReportId;
  UCHAR  ReportContent[0];
} HIDSPICX_REPORT;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-hidspicx-hidspicx_report)

Description

The HIDSPICX_REPORT structure is used to represent input and output reports.

Members

ReportType

The content type of the report.

ReportContentLength

The length of the ReportContent field.

ReportId

A unique report identifier.

ReportContent

The raw HID report or command parameters.

Remarks

This structure is used rather than the full report structure including the header as the client is expected to marshall the data structures to be sent on the wire.

See also

HIDSPICX_DEVICE_CONFIG_INIT

HIDSPICX_DEVICE_CONFIG