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

#include <DynamicTablesPkg/Include/Library/SmbiosStringTableLib.h>

Data Fields

UINT8 StrCount
 Count of strings in the table.
 
UINTN TotalStrLen
 Total length of all strings in the table (does not include.
 
UINT8 MaxStringElements
 Maximum string count.
 
STRING_ELEMENTElements
 Pointer to the string table elements.
 

Detailed Description

A structure representing a string table.

Definition at line 23 of file SmbiosStringTableLib.h.

Field Documentation

◆ Elements

STRING_ELEMENT* StringTable::Elements

Pointer to the string table elements.

Definition at line 35 of file SmbiosStringTableLib.h.

◆ MaxStringElements

UINT8 StringTable::MaxStringElements

Maximum string count.

Definition at line 32 of file SmbiosStringTableLib.h.

◆ StrCount

UINT8 StringTable::StrCount

Count of strings in the table.

Definition at line 25 of file SmbiosStringTableLib.h.

◆ TotalStrLen

UINTN StringTable::TotalStrLen

Total length of all strings in the table (does not include.

Definition at line 29 of file SmbiosStringTableLib.h.


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