ECDT - NtDoc

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

typedef struct {
  DESCRIPTION_HEADER Header;
  GEN_ADDR           Control;
  GEN_ADDR           Data;
  ULONG              Uid;
  UCHAR              GpeBit;
  CHAR               Id[ANYSIZE_ARRAY];
} ECDT, *PECDT;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

This topic describes the ECDT structure.

Members

Defines the DESCRIPTION_HEADER member Header.

Control

Defines the GEN_ADDR member Control.

Data

Defines the GEN_ADDR member Data.

Uid

Defines the ULONG member Uid.

GpeBit

Defines the UCHAR member GpeBit.

Id[ANYSIZE_ARRAY]

Defines the CHAR member Id.

Remarks

See also