ACPI_PLD_EDGE - NtDoc

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

typedef enum _ACPI_PLD_EDGE {
  AcpiPldEdgeTop,
  AcpiPldEdgeBottom,
  AcpiPldEdgeLeft,
  AcpiPldEdgeRight,
  AcpiPldEdgeUnknown
} ACPI_PLD_EDGE, *PACPI_PLD_EDGE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_ACPI_PLD_EDGE enumeration

Description

Describes joint edge bits 10:12,24:26.

Constants

AcpiPldEdgeTop

Value is 0.

AcpiPldEdgeBottom

Value is 1.

AcpiPldEdgeLeft

Value is 2.

AcpiPldEdgeRight

Value is 3.

AcpiPldEdgeUnknown

Value is 4.

Remarks

See also