ReactOS 0.4.15-dev-7842-g558ab78
EFI_KEY_OPTION Struct Reference

#include <UefiSpec.h>

Collaboration diagram for EFI_KEY_OPTION:

Public Attributes

EFI_BOOT_KEY_DATA KeyData
 
UINT32 BootOptionCrc
 
UINT16 BootOption
 

Detailed Description

EFI Key Option.

Definition at line 2051 of file UefiSpec.h.

Member Data Documentation

◆ BootOption

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 2066 of file UefiSpec.h.

◆ BootOptionCrc

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 2061 of file UefiSpec.h.

◆ KeyData

EFI_BOOT_KEY_DATA EFI_KEY_OPTION::KeyData

Specifies options about how the key will be processed.

Definition at line 2055 of file UefiSpec.h.


The documentation for this struct was generated from the following file: