EFI_CONFIGURATION_TABLE

Contains a set of GUID/pointer pairs comprised of the ConfigurationTable field in the EFI System Table.

extern (C)
struct EFI_CONFIGURATION_TABLE {}

Members

Variables

VendorGuid
EFI_GUID VendorGuid;

The 128-bit GUID value that uniquely identifies the system configuration table.

VendorTable
VOID* VendorTable;

A pointer to the table associated with VendorGuid.

Meta