uefi.protocols.loadedimage

Based on Protocol/LoadedImage.h, original notice:

UEFI 2.0 Loaded image protocol definition.

Every EFI driver and application is passed an image handle when it is loaded. This image handle will contain a Loaded Image 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_LOADED_IMAGE
alias EFI_LOADED_IMAGE = EFI_LOADED_IMAGE_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

EFI_LOADED_IMAGE_INFORMATION_REVISION
enum EFI_LOADED_IMAGE_INFORMATION_REVISION;

Revision defined in EFI1.1.

EFI_LOADED_IMAGE_PROTOCOL_REVISION
enum EFI_LOADED_IMAGE_PROTOCOL_REVISION;

EFI_SYSTEM_TABLE & EFI_IMAGE_UNLOAD are defined in EfiApi.h

LOADED_IMAGE_PROTOCOL
enum LOADED_IMAGE_PROTOCOL;

Protocol GUID defined in EFI1.1.

Structs

EFI_LOADED_IMAGE_PROTOCOL
struct EFI_LOADED_IMAGE_PROTOCOL

Can be used on any image handle to obtain information about the loaded image.

Variables

EFI_LOADED_IMAGE_DEVICE_PATH_PROTOCOL_GUID
enum EFI_GUID EFI_LOADED_IMAGE_DEVICE_PATH_PROTOCOL_GUID;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EFI_LOADED_IMAGE_PROTOCOL_GUID
enum EFI_GUID EFI_LOADED_IMAGE_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