Data Fields | |
EFI_BOOT_KEY_DATA | KeyData |
UINT32 | BootOptionCrc |
UINT16 | BootOption |
EFI_INPUT_KEY | Keys [3] |
UINT16 | OptionNumber |
The Boot#### option which will be invoked if this key is pressed and the boot option is active (LOAD_OPTION_ACTIVE is set).
The CRC-32 which should match the CRC-32 of the entire EFI_LOAD_OPTION to which BootOption refers. If the CRC-32s do not match this value, then this key option is ignored.
EFI_BOOT_KEY_DATA EFI_BOOT_MANAGER_KEY_OPTION::KeyData |
Specifies options about how the key will be processed.
EFI_INPUT_KEY EFI_BOOT_MANAGER_KEY_OPTION::Keys[3] |
The key codes to compare against those returned by the EFI_SIMPLE_TEXT_INPUT and EFI_SIMPLE_TEXT_INPUT_EX protocols. The number of key codes (0-3) is specified by the EFI_KEY_CODE_COUNT field in KeyOptions.