uefi.protocols.loadfile2

Based on Protocol/LoadFile2.h, original notice:

Load File protocol as defined in the UEFI 2.0 specification.

Load file protocol exists to supports the addition of new boot devices, and to support booting from devices that do not map well to file system. Network boot is done via a LoadFile protocol.

UEFI 2.0 can boot from any device that produces a LoadFile protocol.

Copyright (c) 2006 - 2008, Intel Corporation. All rights reserved. This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at http://opensource.org/licenses/bsd-license.php

THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.

Members

Aliases

EFI_LOAD_FILE2
alias EFI_LOAD_FILE2 = EFI_STATUS function(EFI_LOAD_FILE2_PROTOCOL* This, EFI_DEVICE_PATH_PROTOCOL* FilePath, BOOLEAN BootPolicy, UINTN* BufferSize, void* Buffer) @(nogc) nothrow

Causes the driver to load a specified file.

EFI_LOAD_FILE2_PROTOCOL
alias EFI_LOAD_FILE2_PROTOCOL = _EFI_LOAD_FILE2_PROTOCOL
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Manifest constants

LOAD_FILE2_PROTOCOL
enum LOAD_FILE2_PROTOCOL;

Protocol Guid defined by UEFI2.1.

Structs

_EFI_LOAD_FILE2_PROTOCOL
struct _EFI_LOAD_FILE2_PROTOCOL

The EFI_LOAD_FILE_PROTOCOL is a simple protocol used to obtain files from arbitrary devices.

Variables

EFI_LOAD_FILE2_PROTOCOL_GUID
enum EFI_GUID EFI_LOAD_FILE2_PROTOCOL_GUID;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta