ACPI_PLD_PANEL enumeration (acpitabl.h)
Describes panel surface bits 67:69.
Syntax
typedef enum _ACPI_PLD_PANEL {
AcpiPldPanelTop,
AcpiPldPanelBottom,
AcpiPldPanelLeft,
AcpiPldPanelRight,
AcpiPldPanelFront,
AcpiPldPanelBack,
AcpiPldPanelUnknown
} ACPI_PLD_PANEL, *PACPI_PLD_PANEL;
Constants
AcpiPldPanelTop Value is 0. |
AcpiPldPanelBottom Value is 1. |
AcpiPldPanelLeft Value is 2. |
AcpiPldPanelRight Value is 3. |
AcpiPldPanelFront Value is 4. |
AcpiPldPanelBack Value is 5. |
AcpiPldPanelUnknown Value is 6. |
Requirements
Requirement | Value |
---|---|
Header | acpitabl.h |