|
XenevaOS
|
#include <Runtime.h>

Public Attributes | |
| UINT32 | Type |
| EFI_TPL | NotifyTpl |
| EFI_EVENT_NOTIFY | NotifyFunction |
| VOID * | NotifyContext |
| EFI_EVENT * | Event |
| EFI_LIST_ENTRY | Link |
EFI_RUNTIME_EVENT_ENTRY
| EFI_EVENT* _EFI_RUNTIME_EVENT_ENTRY::Event |
The EFI_EVENT returned by CreateEvent(). Event must be in runtime memory.
| EFI_LIST_ENTRY _EFI_RUNTIME_EVENT_ENTRY::Link |
Entry for this node in the EFI_RUNTIME_ARCHITECTURE_PROTOCOL.EventHead list.
| VOID* _EFI_RUNTIME_EVENT_ENTRY::NotifyContext |
The same as NotifyContext passed into CreateEvent().
| EFI_EVENT_NOTIFY _EFI_RUNTIME_EVENT_ENTRY::NotifyFunction |
The same as NotifyFunction passed into CreateEvent().
| EFI_TPL _EFI_RUNTIME_EVENT_ENTRY::NotifyTpl |
The same as NotifyTpl passed into CreateEvent().
| UINT32 _EFI_RUNTIME_EVENT_ENTRY::Type |
The same as Type passed into CreateEvent().