iPXE
Data Fields
_EFI_IFR_GUID_VAREQNAME Struct Reference

Store the framework vfr vareqval name number. More...

#include <MdeModuleHii.h>

Data Fields

EFI_IFR_OP_HEADER Header
 
EFI_GUID Guid
 EFI_IFR_FRAMEWORK_GUID. More...
 
UINT8 ExtendOpCode
 EFI_IFR_EXTEND_OP_VAREQNAME. More...
 
EFI_QUESTION_ID QuestionId
 Question ID of the Numeric Opcode created. More...
 
UINT16 NameId
 For vareqval (0x100), NameId is 0x100. More...
 

Detailed Description

Store the framework vfr vareqval name number.

Definition at line 187 of file MdeModuleHii.h.

Field Documentation

◆ Header

EFI_IFR_OP_HEADER _EFI_IFR_GUID_VAREQNAME::Header

Definition at line 188 of file MdeModuleHii.h.

◆ Guid

EFI_GUID _EFI_IFR_GUID_VAREQNAME::Guid

EFI_IFR_FRAMEWORK_GUID.

Definition at line 192 of file MdeModuleHii.h.

◆ ExtendOpCode

UINT8 _EFI_IFR_GUID_VAREQNAME::ExtendOpCode

EFI_IFR_EXTEND_OP_VAREQNAME.

Definition at line 196 of file MdeModuleHii.h.

◆ QuestionId

EFI_QUESTION_ID _EFI_IFR_GUID_VAREQNAME::QuestionId

Question ID of the Numeric Opcode created.

Definition at line 200 of file MdeModuleHii.h.

◆ NameId

UINT16 _EFI_IFR_GUID_VAREQNAME::NameId

For vareqval (0x100), NameId is 0x100.

This value will convert to a Unicode String following this rule; sprintf(StringBuffer, "%d", NameId) . The the Unicode String will be used as a EFI Variable Name.

Definition at line 207 of file MdeModuleHii.h.


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