OvmfPkg[all]  0.1
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
EFI_IFR_VARSTORE_SELECT_PAIR Struct Reference

Data Fields

FRAMEWORK_EFI_IFR_OP_HEADER Header
 
UINT16 VarId
 The variable store ID, as referenced elsewhere in the form. More...
 
UINT16 SecondaryVarId
 The variable store ID, as referenced elsewhere in the form. More...
 

Detailed Description

Used for the ideqid VFR statement where two variable stores may be referenced in the same VFR statement. A browser should treat this as an FRAMEWORK_EFI_IFR_VARSTORE_SELECT statement and assume that all following IFR opcodes use the VarId as defined here.

Field Documentation

FRAMEWORK_EFI_IFR_OP_HEADER EFI_IFR_VARSTORE_SELECT_PAIR::Header
UINT16 EFI_IFR_VARSTORE_SELECT_PAIR::SecondaryVarId

The variable store ID, as referenced elsewhere in the form.

UINT16 EFI_IFR_VARSTORE_SELECT_PAIR::VarId

The variable store ID, as referenced elsewhere in the form.