ACPI_PLD_HORIZONTAL_POSITION - NtDoc

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

typedef enum _ACPI_PLD_HORIZONTAL_POSITION {
  AcpiPldHPosLeft,
  AcpiPldHPosCenter,
  AcpiPldHPosRight
} ACPI_PLD_HORIZONTAL_POSITION, *PACPI_PLD_HORIZONTAL_POSITION;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_ACPI_PLD_HORIZONTAL_POSITION enumeration

Description

Describes horizontal position bits 72:73.

Constants

AcpiPldHPosLeft

Value is 0.

AcpiPldHPosCenter

Value is 1.

AcpiPldHPosRight

Value is 2.

Remarks

See also