Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Descrive i bit di forma 74:77.
Sintassi
typedef enum _ACPI_PLD_SHAPE {
AcpiPldShapeRound,
AcpiPldShapeOval,
AcpiPldShapeSquare,
AcpiPldShapeVRect,
AcpiPldShapeHRect,
AcpiPldShapeVTrap,
AcpiPldShapeHTrap,
AcpiPldShapeUnknown,
AcpiPldShapeChamfered
} ACPI_PLD_SHAPE, *PACPI_PLD_SHAPE;
Costanti
AcpiPldShapeRound Il valore è 0. |
AcpiPldShapeOval Il valore è 1. |
AcpiPldShapeSquare Il valore è 2. |
AcpiPldShapeVRect Il valore è 3. |
AcpiPldShapeHRect Il valore è 4. |
AcpiPldShapeVTrap Il valore è 5. |
AcpiPldShapeHTrap Il valore è 6. |
AcpiPldShapeUnknown Il valore è 7. |
AcpiPldShapeChamfered Il valore è 8. |
Fabbisogno
Requisito | Valore |
---|---|
intestazione | acpitabl.h |