iPXE
|
EFI Key Option. More...
#include <UefiSpec.h>
Data Fields | |
EFI_BOOT_KEY_DATA | KeyData |
Specifies options about how the key will be processed. More... | |
UINT32 | BootOptionCrc |
The CRC-32 which should match the CRC-32 of the entire EFI_LOAD_OPTION to which BootOption refers. More... | |
UINT16 | BootOption |
The Boot#### option which will be invoked if this key is pressed and the boot option is active (LOAD_OPTION_ACTIVE is set). More... | |
EFI Key Option.
Definition at line 2224 of file UefiSpec.h.
EFI_BOOT_KEY_DATA EFI_KEY_OPTION::KeyData |
Specifies options about how the key will be processed.
Definition at line 2228 of file UefiSpec.h.
UINT32 EFI_KEY_OPTION::BootOptionCrc |
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.
Definition at line 2234 of file UefiSpec.h.
UINT16 EFI_KEY_OPTION::BootOption |
The Boot#### option which will be invoked if this key is pressed and the boot option is active (LOAD_OPTION_ACTIVE is set).
Definition at line 2239 of file UefiSpec.h.