ReactOS 0.4.16-dev-38-g96c65e9
|
#include <UefiSpec.h>
Public Attributes | |
EFI_GUID | VendorGuid |
VOID * | VendorTable |
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.
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().
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().