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

Go to the source code of this file.

Data Structures

struct  APPLE_FIRMWARE_PASSWORD_PROTOCOL_
 The structure exposed by the APPLE_FIRMWARE_PASSWORD_PROTOCOL. More...
 

Macros

#define APPLE_FIRMWARE_PASSWORD_PROTOCOL_GUID
 

Typedefs

typedef struct APPLE_FIRMWARE_PASSWORD_PROTOCOL_ APPLE_FIRMWARE_PASSWORD_PROTOCOL
 The forward declaration for the protocol for the APPLE_FIRMWARE_PASSWORD_PROTOCOL.
 
typedef EFI_STATUS(EFIAPI * APPLE_FIRMWARE_PASSWORD_CHECK) (IN APPLE_FIRMWARE_PASSWORD_PROTOCOL *This, IN OUT UINTN *Arg1)
 

Variables

EFI_GUID gAppleFirmwarePasswordProtocolGuid
 A global variable storing the GUID of the _APPLE_FIRMWARE_PASSWORD_PROTOCOL.
 

Detailed Description

Copyright (C) 2017, 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 AppleFirmwarePassword.h.

Macro Definition Documentation

◆ APPLE_FIRMWARE_PASSWORD_PROTOCOL_GUID

#define APPLE_FIRMWARE_PASSWORD_PROTOCOL_GUID
Value:
{ \
0x8FFEEB3A, 0x4C98, 0x4630, { 0x80, 0x3F, 0x74, 0x0F, 0x95, 0x67, 0x09, 0x1D } \
}

Definition at line 16 of file AppleFirmwarePassword.h.

Typedef Documentation

◆ APPLE_FIRMWARE_PASSWORD_CHECK

typedef EFI_STATUS(EFIAPI * APPLE_FIRMWARE_PASSWORD_CHECK) (IN APPLE_FIRMWARE_PASSWORD_PROTOCOL *This, IN OUT UINTN *Arg1)
Parameters
[in]ThisThis protocol.
[in,out]Arg1
Return values
EFI_SUCCESSThe log was saved successfully.
other

Definition at line 36 of file AppleFirmwarePassword.h.

◆ APPLE_FIRMWARE_PASSWORD_PROTOCOL

The forward declaration for the protocol for the APPLE_FIRMWARE_PASSWORD_PROTOCOL.

Definition at line 24 of file AppleFirmwarePassword.h.

Variable Documentation

◆ gAppleFirmwarePasswordProtocolGuid

EFI_GUID gAppleFirmwarePasswordProtocolGuid
extern

A global variable storing the GUID of the _APPLE_FIRMWARE_PASSWORD_PROTOCOL.