ACPI_PLD_INTERFACE_INSTANCE_GUID_BUFFER - NtDoc

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

typedef struct _ACPI_PLD_INTERFACE_INSTANCE_GUID_BUFFER {
  GUID ReferenceGuid;
} ACPI_PLD_INTERFACE_INSTANCE_GUID_BUFFER, *PACPI_PLD_INTERFACE_INSTANCE_GUID_BUFFER;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_ACPI_PLD_INTERFACE_INSTANCE_GUID_BUFFER structure

Description

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

Members

ReferenceGuid

The ReferenceString field of the ACPI_PLD_INTERFACE_INSTANCE_GUID_BUFFER structure.

Remarks

The GUID is defined as follows:

DEFINE_GUID(ACPI_PLD_INTERFACE_INSTANCE_GUID_BUFFER_GUID,
    0x1face9db, 0x2530, 0x4248, 0x8e, 0xe3, 0x51, 0x05, 0x3a, 0xef, 0x47, 0xc2);

See also