MHSP_TABLE - NtDoc

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

typedef struct _MHSP_TABLE {
  DESCRIPTION_HEADER Header;
  UINT32             ProtocolId;
  MHSP_CHANNEL       Channels[4];
} MHSP_TABLE, *PMHSP_TABLE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-acpitabl-mhsp_table)

Description

Describes the MHSP_TABLE structure.

Members

Defines the DESCRIPTION_HEADER member Header.

ProtocolId

Defines the UINT32 member ProtocolId.

Channels

Defines the MHSP_CHANNEL member Channels.

Remarks

See also