iPXE
Data Fields
_EFI_IFR_SET Struct Reference

#include <UefiInternalFormRepresentation.h>

Data Fields

EFI_IFR_OP_HEADER Header
 The sequence that defines the type of opcode as well as the length of the opcode being defined. More...
 
EFI_VARSTORE_ID VarStoreId
 Specifies the identifier of a previously declared variable store to use when storing the question's value. More...
 
union {
   EFI_STRING_ID   VarName
 A 16-bit Buffer Storage offset. More...
 
   UINT16   VarOffset
 A Name Value or EFI Variable name (VarName). More...
 
VarStoreInfo
 
UINT8 VarStoreType
 Specifies the type used for storage. More...
 

Detailed Description

Definition at line 1523 of file UefiInternalFormRepresentation.h.

Field Documentation

◆ Header

EFI_IFR_OP_HEADER _EFI_IFR_SET::Header

The sequence that defines the type of opcode as well as the length of the opcode being defined.

Header.OpCode = EFI_IFR_SET_OP.

Definition at line 1528 of file UefiInternalFormRepresentation.h.

◆ VarStoreId

EFI_VARSTORE_ID _EFI_IFR_SET::VarStoreId

Specifies the identifier of a previously declared variable store to use when storing the question's value.

Definition at line 1533 of file UefiInternalFormRepresentation.h.

◆ VarName

EFI_STRING_ID _EFI_IFR_SET::VarName

A 16-bit Buffer Storage offset.

Definition at line 1538 of file UefiInternalFormRepresentation.h.

◆ VarOffset

UINT16 _EFI_IFR_SET::VarOffset

A Name Value or EFI Variable name (VarName).

Definition at line 1542 of file UefiInternalFormRepresentation.h.

◆ VarStoreInfo

union { ... } _EFI_IFR_SET::VarStoreInfo

◆ VarStoreType

UINT8 _EFI_IFR_SET::VarStoreType

Specifies the type used for storage.

Definition at line 1547 of file UefiInternalFormRepresentation.h.


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