ACPI_PLD_JOINT_TYPE - NtDoc

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

typedef enum _ACPI_PLD_JOINT_TYPE {
  AcpiPldJointTypeFixed,
  AcpiPldJointTypePlanar,
  AcpiPldJointTypeHinge,
  AcpiPldJointTypePivot,
  AcpiPldJointTypeSwivel
} ACPI_PLD_JOINT_TYPE, *PACPI_PLD_JOINT_TYPE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_ACPI_PLD_JOINT_TYPE enumeration

Description

Describes joint type bits 6:9.

Constants

AcpiPldJointTypeFixed

Value is 0.

AcpiPldJointTypePlanar

Value is 1.

AcpiPldJointTypeHinge

Value is 2.

AcpiPldJointTypePivot

Value is 3.

AcpiPldJointTypeSwivel

Value is 4.

Remarks

See also