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

Go to the source code of this file.

Functions

EFI_EVENT EventLibCreateTimerEvent (IN EFI_EVENT_NOTIFY NotifyFunction, IN VOID *NotifyContext, IN UINT64 TriggerTime, IN BOOLEAN SignalPeriodic, IN EFI_TPL NotifyTpl)
 
EFI_EVENT EventLibCreateNotifyTimerEvent (IN EFI_EVENT_NOTIFY NotifyFunction, IN VOID *NotifyContext, IN UINT64 TriggerTime, IN BOOLEAN SignalPeriodic)
 
VOID EventLibCancelEvent (IN EFI_EVENT Event)
 

Detailed Description

Copyright (C) 2015 - 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 AppleEventLib.h.

Function Documentation

◆ EventLibCancelEvent()

VOID EventLibCancelEvent ( IN EFI_EVENT Event)

Definition at line 129 of file OcAppleEventLib.c.

◆ EventLibCreateNotifyTimerEvent()

EFI_EVENT EventLibCreateNotifyTimerEvent ( IN EFI_EVENT_NOTIFY NotifyFunction,
IN VOID * NotifyContext,
IN UINT64 TriggerTime,
IN BOOLEAN SignalPeriodic )

Definition at line 109 of file OcAppleEventLib.c.

◆ EventLibCreateTimerEvent()

EFI_EVENT EventLibCreateTimerEvent ( IN EFI_EVENT_NOTIFY NotifyFunction,
IN VOID * NotifyContext,
IN UINT64 TriggerTime,
IN BOOLEAN SignalPeriodic,
IN EFI_TPL NotifyTpl )

Definition at line 63 of file OcAppleEventLib.c.