EFI_LOAD_OPTION

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (C)
struct EFI_LOAD_OPTION {}

Members

Variables

Attributes
UINT32 Attributes;

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

FilePathListLength
UINT16 FilePathListLength;

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

Meta