ACPI_PLD_ORIENTATION - NtDoc

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

typedef enum _ACPI_PLD_ORIENTATION {
  AcpiPldOrientationHorizontal,
  AcpiPldOrientationVertical
} ACPI_PLD_ORIENTATION, *PACPI_PLD_ORIENTATION;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_ACPI_PLD_ORIENTATION enumeration

Description

Describes orientation bit 78.

Constants

AcpiPldOrientationHorizontal

Value is 0.

AcpiPldOrientationVertical

Value is 1.

Remarks

See also