Data Fields | |
BOOLEAN | FormSetUpdate |
EFI_PHYSICAL_ADDRESS | FormCallbackHandle |
BOOLEAN | FormUpdate |
UINT16 | FormValue |
STRING_REF | FormTitle |
UINT16 | DataCount |
UINT8 * | Data |
UINT8* EFI_HII_UPDATE_DATA::Data |
An array of 1+ opcodes, specified by DataCount.
The number of Data entries in this structure.
EFI_PHYSICAL_ADDRESS EFI_HII_UPDATE_DATA::FormCallbackHandle |
This parameter is valid only when FormSetUpdate is TRUE. The value in this parameter will be used to update the contents of the CallbackHandle entry in the form set.
If TRUE, indicates that the FormCallbackHandle value will be used to update the contents of the CallBackHandle entry in the form set.
This parameter is valid only when the FormUpdate parameter is TRUE. The value in this parameter will be used to update the contents of the form title.
BOOLEAN EFI_HII_UPDATE_DATA::FormUpdate |
If TRUE, indicates that the FormTitle contents will be used to update the FormValue's title.
Specifies which form is to be updated if the FormUpdate value is TRUE.