// 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 referenceNo description available.
Describes horizontal position bits 72:73.
AcpiPldHPosLeftValue is 0.
AcpiPldHPosCenterValue is 1.
AcpiPldHPosRightValue is 2.