TianoCore EDK2 master
Loading...
Searching...
No Matches
_EFI_RUNTIME_EVENT_ENTRY Struct Reference

#include <MdePkg/Include/Protocol/Runtime.h>

Data Fields

UINT32 Type
 
EFI_TPL NotifyTpl
 
EFI_EVENT_NOTIFY NotifyFunction
 
VOID * NotifyContext
 
EFI_EVENTEvent
 
EFI_LIST_ENTRY Link
 

Detailed Description

EFI_RUNTIME_EVENT_ENTRY

Definition at line 69 of file Runtime.h.

Field Documentation

◆ Event

EFI_EVENT* _EFI_RUNTIME_EVENT_ENTRY::Event

The EFI_EVENT returned by CreateEvent(). Event must be in runtime memory.

Definition at line 89 of file Runtime.h.

◆ Link

EFI_LIST_ENTRY _EFI_RUNTIME_EVENT_ENTRY::Link

Entry for this node in the EFI_RUNTIME_ARCHITECTURE_PROTOCOL.EventHead list.

Definition at line 94 of file Runtime.h.

◆ NotifyContext

VOID* _EFI_RUNTIME_EVENT_ENTRY::NotifyContext

The same as NotifyContext passed into CreateEvent().

Definition at line 85 of file Runtime.h.

◆ NotifyFunction

EFI_EVENT_NOTIFY _EFI_RUNTIME_EVENT_ENTRY::NotifyFunction

The same as NotifyFunction passed into CreateEvent().

Definition at line 81 of file Runtime.h.

◆ NotifyTpl

EFI_TPL _EFI_RUNTIME_EVENT_ENTRY::NotifyTpl

The same as NotifyTpl passed into CreateEvent().

Definition at line 77 of file Runtime.h.

◆ Type

UINT32 _EFI_RUNTIME_EVENT_ENTRY::Type

The same as Type passed into CreateEvent().

Definition at line 73 of file Runtime.h.


The documentation for this struct was generated from the following file: