ACPI_PLD_SHAPE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// acpitabl.h

typedef enum _ACPI_PLD_SHAPE {
  AcpiPldShapeRound,
  AcpiPldShapeOval,
  AcpiPldShapeSquare,
  AcpiPldShapeVRect,
  AcpiPldShapeHRect,
  AcpiPldShapeVTrap,
  AcpiPldShapeHTrap,
  AcpiPldShapeUnknown,
  AcpiPldShapeChamfered
} ACPI_PLD_SHAPE, *PACPI_PLD_SHAPE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-acpitabl-_acpi_pld_shape)

_ACPI_PLD_SHAPE enumeration

Description

Describes shape bits 74:77.

Constants

AcpiPldShapeRound

Value is 0.

AcpiPldShapeOval

Value is 1.

AcpiPldShapeSquare

Value is 2.

AcpiPldShapeVRect

Value is 3.

AcpiPldShapeHRect

Value is 4.

AcpiPldShapeVTrap

Value is 5.

AcpiPldShapeHTrap

Value is 6.

AcpiPldShapeUnknown

Value is 7.

AcpiPldShapeChamfered

Value is 8.

Remarks

See also