TianoCore EDK2 master
|
Data Fields | |
UINTN | Signature |
LIST_ENTRY | Link |
UINT16 | FormId |
FormId of normal form or formmap form. | |
EFI_STRING_ID | FormTitle |
FormTile of normal form, or FormMapMethod title of formmap form. | |
UINT16 | FormType |
Specific form type for the different form. | |
EFI_IMAGE_ID | ImageId |
The image id. | |
BOOLEAN | ModalForm |
Whether this is a modal form. | |
BOOLEAN | Locked |
Whether this form is locked. | |
EFI_GUID | RefreshGuid |
Form refresh event guid. | |
LIST_ENTRY | StatementListHead |
List of Statements and Questions (HII_STATEMENT) | |
LIST_ENTRY | ConfigRequestHead |
List of configrequest for all storage. | |
LIST_ENTRY | RuleListHead |
nested EFI_IFR_RULE list, pre-defined expressions attached to the form. | |
HII_EXPRESSION_LIST * | SuppressExpression |
nesting inside of SuppressIf | |
Definition at line 937 of file HiiUtilityLib.h.
LIST_ENTRY HII_FORM::ConfigRequestHead |
List of configrequest for all storage.
Definition at line 952 of file HiiUtilityLib.h.
UINT16 HII_FORM::FormId |
FormId of normal form or formmap form.
Definition at line 941 of file HiiUtilityLib.h.
EFI_STRING_ID HII_FORM::FormTitle |
FormTile of normal form, or FormMapMethod title of formmap form.
Definition at line 942 of file HiiUtilityLib.h.
UINT16 HII_FORM::FormType |
Specific form type for the different form.
Definition at line 943 of file HiiUtilityLib.h.
EFI_IMAGE_ID HII_FORM::ImageId |
The image id.
Definition at line 945 of file HiiUtilityLib.h.
LIST_ENTRY HII_FORM::Link |
Definition at line 939 of file HiiUtilityLib.h.
BOOLEAN HII_FORM::Locked |
Whether this form is locked.
Definition at line 948 of file HiiUtilityLib.h.
BOOLEAN HII_FORM::ModalForm |
Whether this is a modal form.
Definition at line 947 of file HiiUtilityLib.h.
EFI_GUID HII_FORM::RefreshGuid |
Form refresh event guid.
Definition at line 949 of file HiiUtilityLib.h.
LIST_ENTRY HII_FORM::RuleListHead |
nested EFI_IFR_RULE list, pre-defined expressions attached to the form.
Definition at line 953 of file HiiUtilityLib.h.
UINTN HII_FORM::Signature |
Definition at line 938 of file HiiUtilityLib.h.
LIST_ENTRY HII_FORM::StatementListHead |
List of Statements and Questions (HII_STATEMENT)
Definition at line 951 of file HiiUtilityLib.h.
HII_EXPRESSION_LIST* HII_FORM::SuppressExpression |
nesting inside of SuppressIf
Definition at line 954 of file HiiUtilityLib.h.