ACPI_PLD_SPATIAL_BUFFER - NtDoc

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

typedef struct _ACPI_PLD_SPATIAL_BUFFER {
  UINT32 Revision : 5;
  UINT32 RollRotation : 9;
  UINT32 PitchRotation : 9;
  UINT32 YawRotation : 9;
  UINT32 Width : 16;
  UINT32 Height : 16;
  UINT32 Length : 16;
  UINT32 HorizontalOffset : 16;
  UINT32 VerticalOffset : 16;
  UINT32 DepthOffset : 16;
} ACPI_PLD_SPATIAL_BUFFER, *PACPI_PLD_SPATIAL_BUFFER;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-acpitabl-_acpi_pld_spatial_buffer)

_ACPI_PLD_SPATIAL_BUFFER structure

Description

Describes the ACPI PLD spatial descriptor buffer, revision 1 (Microsoft custom PLD buffer extension, 128-bits).

Members

Revision

RollRotation

PitchRotation

YawRotation

Width

Height

Length

HorizontalOffset

VerticalOffset

DepthOffset

Remarks

DEFINE_GUID(ACPI_PLD_SPATIAL_BUFFER_GUID,
    0x59af1a1f, 0xaba4, 0x4bb8, 0x81, 0xef, 0x55, 0x93, 0x8e, 0x9b, 0xc5, 0x3a);

See also