ACPI_PLD_SHAPE-Enumeration (acpitabl.h)
Beschreibt die Formbits 74:77.
Syntax
typedef enum _ACPI_PLD_SHAPE {
AcpiPldShapeRound,
AcpiPldShapeOval,
AcpiPldShapeSquare,
AcpiPldShapeVRect,
AcpiPldShapeHRect,
AcpiPldShapeVTrap,
AcpiPldShapeHTrap,
AcpiPldShapeUnknown,
AcpiPldShapeChamfered
} ACPI_PLD_SHAPE, *PACPI_PLD_SHAPE;
Konstanten
AcpiPldShapeRound Der Wert ist 0. |
AcpiPldShapeOval Der Wert ist 1. |
AcpiPldShapeSquare Der Wert ist 2. |
AcpiPldShapeVRect Der Wert ist 3. |
AcpiPldShapeHRect Der Wert ist 4. |
AcpiPldShapeVTrap Der Wert ist 5. |
AcpiPldShapeHTrap Der Wert ist 6. |
AcpiPldShapeUnknown Der Wert ist 7. |
AcpiPldShapeChamfered Der Wert ist 8. |
Anforderungen
Anforderung | Wert |
---|---|
Header | acpitabl.h |