// acpitabl.h
typedef struct _ACPI_PLD_INTERFACE_CLASS_BUFFER {
GUID ClassGuid;
} ACPI_PLD_INTERFACE_CLASS_BUFFER, *PACPI_PLD_INTERFACE_CLASS_BUFFER;
View the official Windows Driver Kit DDI referenceNo description available.
Describes the ACPI PLD interface class descriptor buffer, revision 1 (Microsoft custom PLD buffer extension, 128-bits).
ClassGuidThe ClassGuid field of the ACPI_PLD_INTERFACE_CLASS_BUFFER structure.
The GUID is defined as follows:
DEFINE_GUID(ACPI_PLD_INTERFACE_CLASS_BUFFER_GUID,
0x1facec76, 0x96a8, 0x4d9e, 0x84, 0x6e, 0x3a, 0x6d, 0x68, 0x7c, 0x32, 0xfc);