iPXE
Data Fields
tdUEFI_VARIABLE_DATA Struct Reference

UEFI_VARIABLE_DATA. More...

#include <UefiTcgPlatform.h>

Data Fields

EFI_GUID VariableName
 
UINT64 UnicodeNameLength
 
UINT64 VariableDataLength
 
CHAR16 UnicodeName [1]
 
INT8 VariableData [1]
 Driver or platform-specific data. More...
 

Detailed Description

UEFI_VARIABLE_DATA.

This structure serves as the header for measuring variables. The name of the variable (in Unicode format) should immediately follow, then the variable data. This is defined in TCG PC Client Firmware Profile Spec 00.21

Definition at line 259 of file UefiTcgPlatform.h.

Field Documentation

◆ VariableName

EFI_GUID tdUEFI_VARIABLE_DATA::VariableName

Definition at line 260 of file UefiTcgPlatform.h.

◆ UnicodeNameLength

UINT64 tdUEFI_VARIABLE_DATA::UnicodeNameLength

Definition at line 261 of file UefiTcgPlatform.h.

◆ VariableDataLength

UINT64 tdUEFI_VARIABLE_DATA::VariableDataLength

Definition at line 262 of file UefiTcgPlatform.h.

◆ UnicodeName

CHAR16 tdUEFI_VARIABLE_DATA::UnicodeName[1]

Definition at line 263 of file UefiTcgPlatform.h.

◆ VariableData

INT8 tdUEFI_VARIABLE_DATA::VariableData[1]

Driver or platform-specific data.

Definition at line 264 of file UefiTcgPlatform.h.


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