DynamicTablesPkg[all]  1.0
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
CmStdObjSmbiosTableInfo Struct Reference

Data Fields

SMBIOS_TABLE_GENERATOR_ID TableGeneratorId
 The SMBIOS Table Generator ID. More...
 
SMBIOS_STRUCTURE * SmbiosTableData
 Optional pointer to the SMBIOS table data. More...
 

Detailed Description

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):

  • RAW

Providing the SMBIOS table data is optional and depends on the generator that is being invoked. If unused, set the SmbiosTableData to NULL.

Field Documentation

SMBIOS_STRUCTURE* CmStdObjSmbiosTableInfo::SmbiosTableData

Optional pointer to the SMBIOS table data.

SMBIOS_TABLE_GENERATOR_ID CmStdObjSmbiosTableInfo::TableGeneratorId

The SMBIOS Table Generator ID.