HSP_PROTOCOL_ID - NtDoc

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

typedef enum _HSP_PROTOCOL_ID {
  HspTableProtocolInvalid,
  HspTableProtocolACPI
} HSP_PROTOCOL_ID, *PHSP_PROTOCOL_ID;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-acpitabl-hsp_protocol_id)

Description

This topic describes the HSP_PROTOCOL_ID enumeration.

Constants

HspTableProtocolInvalid

Defines the HspTableProtocolInvalid constant with a value of 0.

HspTableProtocolACPI

Defines the HspTableProtocolACPI constant with a value of 1. This signifies the AMD ACPI based mailbox protocol.

Remarks

See also