Data Fields | |
EFI_HII_PACK_HEADER | Header |
EFI_HANDLE | ImageHandle |
EFI_HANDLE | DeviceHandle |
EFI_HANDLE | ControllerHandle |
EFI_HANDLE | CallbackHandle |
EFI_HANDLE | COBExportHandle |
Optional. |
EFI_HANDLE EFI_HII_HANDLE_PACK::CallbackHandle |
The handle that was registered to receive EFI_FORM_CALLBACK_PROTOCOL calls from other drivers. Optional.
EFI_HANDLE EFI_HII_HANDLE_PACK::COBExportHandle |
Optional.
Note this field is not defined in the Framework HII 0.92 specificaiton. Unused. Reserved for source code compatibility.
EFI_HANDLE EFI_HII_HANDLE_PACK::ControllerHandle |
The handle of the parent of the device that is being described by this package. Optional.
EFI_HANDLE EFI_HII_HANDLE_PACK::DeviceHandle |
The handle of the device that is being described by this package. Optional.
Header of the package. Must be filled in.
EFI_HANDLE EFI_HII_HANDLE_PACK::ImageHandle |
The image handle of the driver to which the package is referring. Must be filled in.