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

#include <DynamicTablesPkg/Include/StandardNameSpaceObjects.h>

Data Fields

SMBIOS_TABLE_GENERATOR_ID TableGeneratorId
 The SMBIOS Table Generator ID.
 
SMBIOS_STRUCTURESmbiosTableData
 Optional pointer to the SMBIOS table data.
 

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.

Definition at line 129 of file StandardNameSpaceObjects.h.

Field Documentation

◆ SmbiosTableData

SMBIOS_STRUCTURE* CmStdObjSmbiosTableInfo::SmbiosTableData

Optional pointer to the SMBIOS table data.

Definition at line 134 of file StandardNameSpaceObjects.h.

◆ TableGeneratorId

SMBIOS_TABLE_GENERATOR_ID CmStdObjSmbiosTableInfo::TableGeneratorId

The SMBIOS Table Generator ID.

Definition at line 131 of file StandardNameSpaceObjects.h.


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