estructura ACPI_PLD_SPATIAL_BUFFER (acpitabl.h)
Describe el búfer de descriptores espaciales PLD ACPI, revisión 1 (extensión de búfer PLD personalizada de Microsoft, 128 bits).
Sintaxis
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;
Miembros
Revision
RollRotation
PitchRotation
YawRotation
Width
Height
Length
HorizontalOffset
VerticalOffset
DepthOffset
Comentarios
DEFINE_GUID(ACPI_PLD_SPATIAL_BUFFER_GUID,
0x59af1a1f, 0xaba4, 0x4bb8, 0x81, 0xef, 0x55, 0x93, 0x8e, 0x9b, 0xc5, 0x3a);
Requisitos
Requisito | Valor |
---|---|
Header | acpitabl.h |