ACPI_PLD_INTERFACE_INSTANCE_ANSI_BUFFER - NtDoc

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

typedef struct _ACPI_PLD_INTERFACE_INSTANCE_ANSI_BUFFER {
  CHAR ReferenceString[16];
} ACPI_PLD_INTERFACE_INSTANCE_ANSI_BUFFER, *PACPI_PLD_INTERFACE_INSTANCE_ANSI_BUFFER;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_ACPI_PLD_INTERFACE_INSTANCE_ANSI_BUFFER structure

Description

Describes the ACPI PLD interface instance ANSI descriptor buffers, revision 1 (Microsoft custom PLD buffer extension, 128-bits).

Members

ReferenceString

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);

See also