TianoCore EDK2 master
SMBIOS_TABLE_TYPE46 Struct Reference

#include <MdePkg/Include/IndustryStandard/SmBios.h>

Data Fields

SMBIOS_STRUCTURE Hdr
 
SMBIOS_HANDLE RefHandle
 
UINT16 StringPropertyId
 
UINT8 StringPropertyValue
 
SMBIOS_HANDLE ParentHandle
 

Detailed Description

This structure defines a string property for another structure. This allows adding string properties that are common to several structures without having to modify the definitions of these structures. Multiple type 46 structures can add string properties to the same parent structure.

Definition at line 2822 of file SmBios.h.

Field Documentation

◆ Hdr

SMBIOS_STRUCTURE SMBIOS_TABLE_TYPE46::Hdr

Definition at line 2823 of file SmBios.h.

◆ ParentHandle

SMBIOS_HANDLE SMBIOS_TABLE_TYPE46::ParentHandle

Definition at line 2827 of file SmBios.h.

◆ RefHandle

SMBIOS_HANDLE SMBIOS_TABLE_TYPE46::RefHandle

Definition at line 2824 of file SmBios.h.

◆ StringPropertyId

UINT16 SMBIOS_TABLE_TYPE46::StringPropertyId

Definition at line 2825 of file SmBios.h.

◆ StringPropertyValue

UINT8 SMBIOS_TABLE_TYPE46::StringPropertyValue

Definition at line 2826 of file SmBios.h.


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