ACPI_PLD_INTERFACE_INSTANCE_UNICODE_BUFFER - NtDoc

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

typedef struct _ACPI_PLD_INTERFACE_INSTANCE_UNICODE_BUFFER {
  WCHAR ReferenceString[8];
} ACPI_PLD_INTERFACE_INSTANCE_UNICODE_BUFFER, *PACPI_PLD_INTERFACE_INSTANCE_UNICODE_BUFFER;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_ACPI_PLD_INTERFACE_INSTANCE_UNICODE_BUFFER structure

Description

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

Members

ReferenceString

The ReferenceString field of the ACPI_PLD_INTERFACE_INSTANCE_UNICODE_BUFFER structure.

Remarks

The GUID is defined as follows:

DEFINE_GUID(ACPI_PLD_INTERFACE_INSTANCE_UNICODE_BUFFER_GUID,
    0x1face3f6, 0x1a60, 0x4686, 0x98, 0x33, 0xec, 0x84, 0x02, 0xd4, 0x3b, 0x04);

See also