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

#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.
 

Detailed Description

A structure representing a string in the string table.

Definition at line 13 of file SmbiosStringTableLib.h.

Field Documentation

◆ String

CONST CHAR8* StringElement::String

Reference to the string.

Definition at line 18 of file SmbiosStringTableLib.h.

◆ StringLen

UINTN StringElement::StringLen

Length of the string (does not include the NULL termination)

Definition at line 15 of file SmbiosStringTableLib.h.


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