Services
Version 1.02 12/12/00 33
3.1.2 CloseEvent()
Summary
Closes an event.
Prototype
EFI_STATUS
CloseEvent (
IN EFI_EVENT Event
);
Parameters
Event The event to close. Type EFI_EVENT is defined in Section 3.1.1.
Description
The CloseEvent() function removes the callers reference to the event and closes it. Once the
event is closed, the event is no longer valid and may not be used on any subsequent function calls.
Status Codes Returned
EFI_SUCCESS The event has been closed.