PDTT_PCC_SUBCHANNEL_INDENTIFIER - NtDoc

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

typedef struct _PDTT_PCC_SUBCHANNEL_INDENTIFIER {
  UCHAR SubChannelId;
  UCHAR Runtime : 1;
  UCHAR WaitCompletion : 1;
  UCHAR Reserved : 6;
} PDTT_PCC_SUBCHANNEL_INDENTIFIER, *PPDTT_PCC_SUBCHANNEL_INDENTIFIER;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_PDTT_PCC_SUBCHANNEL_INDENTIFIER structure

Description

Defines the Processor Properties Topology Table (PPTT) Platform Communication Channel (PCC) subchannel identifier structure.

Members

SubChannelId

Runtime

WaitCompletion

Reserved

Reserved for future use.

Remarks

See also