MdePkg[all]  1.08
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
_EFI_RUNTIME_EVENT_ENTRY Struct Reference

Data Fields

UINT32 Type
 
EFI_TPL NotifyTpl
 
EFI_EVENT_NOTIFY NotifyFunction
 
VOIDNotifyContext
 
EFI_EVENTEvent
 
EFI_LIST_ENTRY Link
 

Detailed Description

EFI_RUNTIME_EVENT_ENTRY

Field Documentation

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().