共用方式為


ACPI_PLD_SHAPE列舉 (acpitabl.h)

描述圖形位 74:77。

語法

typedef enum _ACPI_PLD_SHAPE {
  AcpiPldShapeRound,
  AcpiPldShapeOval,
  AcpiPldShapeSquare,
  AcpiPldShapeVRect,
  AcpiPldShapeHRect,
  AcpiPldShapeVTrap,
  AcpiPldShapeHTrap,
  AcpiPldShapeUnknown,
  AcpiPldShapeChamfered
} ACPI_PLD_SHAPE, *PACPI_PLD_SHAPE;

常數

 
AcpiPldShapeRound
值為 0。
AcpiPldShapeOval
值為 1。
AcpiPldShapeSquare
值為 2。
AcpiPldShapeVRect
值為 3。
AcpiPldShapeHRect
值為 4。
AcpiPldShapeVTrap
值為 5。
AcpiPldShapeHTrap
值為 6。
AcpiPldShapeUnknown
值為 7。
AcpiPldShapeChamfered
值為8。

要求

要求 價值
標頭 acpitabl.h