TianoCore EDK2 master
|
#include <DynamicTablesPkg/Include/StandardNameSpaceObjects.h>
Data Fields | |
SMBIOS_TABLE_GENERATOR_ID | TableGeneratorId |
The SMBIOS Table Generator ID. | |
SMBIOS_STRUCTURE * | SmbiosTableData |
Optional pointer to the SMBIOS table data. | |
A structure used to describe the SMBIOS table generators to be invoked.
The SmbiosTableData member of this structure is used to provide the SMBIOS table data which is required by the following standard generator(s):
Providing the SMBIOS table data is optional and depends on the generator that is being invoked. If unused, set the SmbiosTableData to NULL.
Definition at line 129 of file StandardNameSpaceObjects.h.
SMBIOS_STRUCTURE* CmStdObjSmbiosTableInfo::SmbiosTableData |
Optional pointer to the SMBIOS table data.
Definition at line 134 of file StandardNameSpaceObjects.h.
SMBIOS_TABLE_GENERATOR_ID CmStdObjSmbiosTableInfo::TableGeneratorId |
The SMBIOS Table Generator ID.
Definition at line 131 of file StandardNameSpaceObjects.h.