OpenCore  1.0.4
OpenCore Bootloader
Loading...
Searching...
No Matches
AppleLoadImage.h File Reference

Go to the source code of this file.

Data Structures

struct  APPLE_LOAD_IMAGE_PROTOCOL
 

Macros

#define APPLE_LOAD_IMAGE_PROTOCOL_GUID
 

Typedefs

typedef BOOLEAN(EFIAPI * APPLE_LOAD_IMAGE_CALLBACK) (VOID)
 
typedef EFI_STATUS(EFIAPI * APPLE_LOAD_IMAGE) (IN BOOLEAN BootPolicy, IN EFI_HANDLE ParentImageHandle, IN EFI_DEVICE_PATH_PROTOCOL *DevicePath, IN VOID *SourceBuffer OPTIONAL, IN UINTN SourceSize, OUT EFI_HANDLE *ImageHandle, IN APPLE_LOAD_IMAGE_CALLBACK Callback OPTIONAL)
 

Variables

EFI_GUID gAppleLoadImageProtocolGuid
 

Detailed Description

Apple LoadImage protocol.

Copyright (C) 2018, savvas. All rights reserved.
Copyright (C) 2018, Download-Fritz. 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.

Definition in file AppleLoadImage.h.

Macro Definition Documentation

◆ APPLE_LOAD_IMAGE_PROTOCOL_GUID

#define APPLE_LOAD_IMAGE_PROTOCOL_GUID
Value:
{ 0x6C6148A4, 0x97B8, 0x429C, \
{ 0x95, 0x5E, 0x41, 0x03, 0xE8, 0xAC, 0xA0, 0xFA } }

Definition at line 22 of file AppleLoadImage.h.

Typedef Documentation

◆ APPLE_LOAD_IMAGE

typedef EFI_STATUS(EFIAPI * APPLE_LOAD_IMAGE) (IN BOOLEAN BootPolicy, IN EFI_HANDLE ParentImageHandle, IN EFI_DEVICE_PATH_PROTOCOL *DevicePath, IN VOID *SourceBuffer OPTIONAL, IN UINTN SourceSize, OUT EFI_HANDLE *ImageHandle, IN APPLE_LOAD_IMAGE_CALLBACK Callback OPTIONAL)

Definition at line 36 of file AppleLoadImage.h.

◆ APPLE_LOAD_IMAGE_CALLBACK

typedef BOOLEAN(EFIAPI * APPLE_LOAD_IMAGE_CALLBACK) (VOID)

Definition at line 30 of file AppleLoadImage.h.

Variable Documentation

◆ gAppleLoadImageProtocolGuid

EFI_GUID gAppleLoadImageProtocolGuid
extern