ACPI_PLD_INTERFACE_INSTANCE_ANSI_BUFFER structure (acpitabl.h)
Describes the ACPI PLD interface instance ANSI descriptor buffers, revision 1 (Microsoft custom PLD buffer extension, 128-bits).
Syntax
typedef struct _ACPI_PLD_INTERFACE_INSTANCE_ANSI_BUFFER {
CHAR ReferenceString[16];
} ACPI_PLD_INTERFACE_INSTANCE_ANSI_BUFFER, *PACPI_PLD_INTERFACE_INSTANCE_ANSI_BUFFER;
Members
ReferenceString[16]
The ReferenceString field of the ACPI_PLD_INTERFACE_INSTANCE_ANSI_BUFFER structure.
Remarks
The GUID is defined as follows:
DEFINE_GUID(ACPI_PLD_INTERFACE_INSTANCE_ANSI_BUFFER_GUID,
0x1facea4b, 0xda66, 0x484c, 0xba, 0x5b, 0x51, 0x27, 0xe0, 0x5f, 0x95, 0xb2);
Requirements
Requirement | Value |
---|---|
Header | acpitabl.h |