ACPI_PLD_ROTATION - NtDoc

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

typedef enum _ACPI_PLD_ROTATION {
  AcpiPldRotation0,
  AcpiPldRotation45,
  AcpiPldRotation90,
  AcpiPldRotation135,
  AcpiPldRotation180,
  AcpiPldRotation225,
  AcpiPldRotation270,
  AcpiPldRotation315
} ACPI_PLD_ROTATION, *PACPI_PLD_ROTATION;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_ACPI_PLD_ROTATION enumeration

Description

Describes rotation bits 115:118.

Constants

AcpiPldRotation0

Value is 0.

AcpiPldRotation45

Value is 1.

AcpiPldRotation90

Value is 2.

AcpiPldRotation135

Value is 3.

AcpiPldRotation180

Value is 4.

AcpiPldRotation225

Value is 5.

AcpiPldRotation270

Value is 6.

AcpiPldRotation315

Value is 7.

Remarks

See also