ACPI_PLD_HORIZONTAL_POSITION enumeration (acpitabl.h)
Describes horizontal position bits 72:73.
Syntax
typedef enum _ACPI_PLD_HORIZONTAL_POSITION {
AcpiPldHPosLeft,
AcpiPldHPosCenter,
AcpiPldHPosRight
} ACPI_PLD_HORIZONTAL_POSITION, *PACPI_PLD_HORIZONTAL_POSITION;
Constants
AcpiPldHPosLeft Value is 0. |
AcpiPldHPosCenter Value is 1. |
AcpiPldHPosRight Value is 2. |
Requirements
Requirement | Value |
---|---|
Header | acpitabl.h |