Services
Version 1.02 12/12/00 29
3.1.1 CreateEvent()
Summary
Creates an event.
Prototype
EFI_STATUS
CreateEvent (
IN UINT32 Type,
IN EFI_TPL NotifyTpl,
IN EFI_EVENT_NOTIFY NotifyFunction,
IN VOID *NotifyContext,
OUT EFI_EVENT *Event
);
Parameters
Type The type of event to create and its mode and attributes. The
#define statements in Related Definitions can be used to
specify an events mode and attributes.
NotifyTpl The task priority level of event notifications. See Section 3.1.7.
NotifyFunction Pointer to the events notification function. See Related
Definitions.
NotifyContext Pointer to the notification functions context; corresponds to
parameter Context in the notification function.
Event Pointer to the newly created event if the call succeeds; undefined
otherwise.