MHSP_TABLE structure (acpitabl.h)

Describes the MHSP_TABLE structure.

Syntax

typedef struct _MHSP_TABLE {
  DESCRIPTION_HEADER Header;
  UINT32             ProtocolId;
  MHSP_CHANNEL       Channels[4];
} MHSP_TABLE, *PMHSP_TABLE;

Members

Header

Defines the DESCRIPTION_HEADER member Header.

ProtocolId

Defines the UINT32 member ProtocolId.

Channels[4]

Defines the MHSP_CHANNEL member Channels.

Requirements

Requirement Value
Minimum supported client Windows 11, version 22H2
Header acpitabl.h (include Acpitabl.h)