TianoCore EDK2 master
Loading...
Searching...
No Matches
EFI_CONFIGURATION_TABLE Struct Reference

#include <MdePkg/Include/Uefi/UefiSpec.h>

Data Fields

EFI_GUID VendorGuid
 
VOID * VendorTable
 

Detailed Description

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

Definition at line 2014 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 2018 of file UefiSpec.h.

◆ VendorTable

VOID* EFI_CONFIGURATION_TABLE::VendorTable

A pointer to the table associated with VendorGuid.

Definition at line 2022 of file UefiSpec.h.


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