ACPI_PLD_VERTICAL_POSITION - NtDoc

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

typedef enum _ACPI_PLD_VERTICAL_POSITION {
  AcpiPldVPosUpper,
  AcpiPldVPosCenter,
  AcpiPldVPosLower
} ACPI_PLD_VERTICAL_POSITION, *PACPI_PLD_VERTICAL_POSITION;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_ACPI_PLD_VERTICAL_POSITION enumeration

Description

Describes vertical position bits 70:71.

Constants

AcpiPldVPosUpper

Value is 0.

AcpiPldVPosCenter

Value is 1.

AcpiPldVPosLower

Value is 2.

Remarks

See also