TianoCore EDK2 master
|
#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_ELEMENT * | Elements |
Pointer to the string table elements. | |
A structure representing a string table.
Definition at line 23 of file SmbiosStringTableLib.h.
STRING_ELEMENT* StringTable::Elements |
Pointer to the string table elements.
Definition at line 35 of file SmbiosStringTableLib.h.
UINT8 StringTable::MaxStringElements |
Maximum string count.
Definition at line 32 of file SmbiosStringTableLib.h.
UINT8 StringTable::StrCount |
Count of strings in the table.
Definition at line 25 of file SmbiosStringTableLib.h.
UINTN StringTable::TotalStrLen |
Total length of all strings in the table (does not include.
Definition at line 29 of file SmbiosStringTableLib.h.