Createevent() - Intel Extensible Firmware Interface Specification

Intel extensible firmware interface specification
Table of Contents

Advertisement

3.1.1

CreateEvent()

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

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the Extensible Firmware Interface and is the answer not in the manual?

Subscribe to Our Youtube Channel

Table of Contents