ReactOS 0.4.15-dev-7942-gd23573b
EFI_CONFIGURATION_TABLE Struct Reference

#include <UefiSpec.h>

Collaboration diagram for EFI_CONFIGURATION_TABLE:

Public Attributes

EFI_GUID VendorGuid
 
VOIDVendorTable
 

Detailed Description

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

Definition at line 1894 of file UefiSpec.h.

Member Data Documentation

◆ VendorGuid

EFI_GUID EFI_CONFIGURATION_TABLE::VendorGuid

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

Definition at line 1898 of file UefiSpec.h.

Referenced by EfipGetSystemTable(), and FindAcpiBios().

◆ VendorTable

VOID* EFI_CONFIGURATION_TABLE::VendorTable

A pointer to the table associated with VendorGuid.

Definition at line 1902 of file UefiSpec.h.

Referenced by EfipGetSystemTable(), and FindAcpiBios().


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