TianoCore EDK2 master
Loading...
Searching...
No Matches
_EFI_LOAD_OPTION Struct Reference

Data Fields

UINT32 Attributes
 
UINT16 FilePathListLength
 

Detailed Description

Definition at line 2122 of file UefiSpec.h.

Field Documentation

◆ Attributes

UINT32 _EFI_LOAD_OPTION::Attributes

The attributes for this load option entry. All unused bits must be zero and are reserved by the UEFI specification for future growth.

Definition at line 2127 of file UefiSpec.h.

◆ FilePathListLength

UINT16 _EFI_LOAD_OPTION::FilePathListLength

Length in bytes of the FilePathList. OptionalData starts at offset sizeof(UINT32) + sizeof(UINT16) + StrSize(Description) + FilePathListLength of the EFI_LOAD_OPTION descriptor.

Definition at line 2133 of file UefiSpec.h.


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