TianoCore EDK2 master
|
#include <DynamicTablesPkg/Include/Library/SmbiosStringTableLib.h>
Data Fields | |
UINTN | StringLen |
Length of the string (does not include the NULL termination) | |
CONST CHAR8 * | String |
Reference to the string. | |
A structure representing a string in the string table.
Definition at line 13 of file SmbiosStringTableLib.h.
CONST CHAR8* StringElement::String |
Reference to the string.
Definition at line 18 of file SmbiosStringTableLib.h.
UINTN StringElement::StringLen |
Length of the string (does not include the NULL termination)
Definition at line 15 of file SmbiosStringTableLib.h.