iPXE
Data Fields
EFI_CONFIGURATION_TABLE Struct Reference

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

#include <UefiSpec.h>

Data Fields

EFI_GUID VendorGuid
 The 128-bit GUID value that uniquely identifies the system configuration table. More...
 
VOIDVendorTable
 A pointer to the table associated with VendorGuid. More...
 

Detailed Description

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

Definition at line 2016 of file UefiSpec.h.

Field Documentation

◆ VendorGuid

EFI_GUID EFI_CONFIGURATION_TABLE::VendorGuid

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

Definition at line 2020 of file UefiSpec.h.

Referenced by efi_find_table().

◆ VendorTable

VOID* EFI_CONFIGURATION_TABLE::VendorTable

A pointer to the table associated with VendorGuid.

Definition at line 2024 of file UefiSpec.h.

Referenced by efi_find_table().


The documentation for this struct was generated from the following file: