// 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 referenceNo description available.
Describes the MHSP_TABLE structure.
HeaderDefines the DESCRIPTION_HEADER member Header.
ProtocolIdDefines the UINT32 member ProtocolId.
ChannelsDefines the MHSP_CHANNEL member Channels.