XenevaOS
Loading...
Searching...
No Matches
Public Attributes | List of all members
_EFI_RUNTIME_EVENT_ENTRY Struct Reference

#include <Runtime.h>

Collaboration diagram for _EFI_RUNTIME_EVENT_ENTRY:
Collaboration graph
[legend]

Public Attributes

UINT32 Type
 
EFI_TPL NotifyTpl
 
EFI_EVENT_NOTIFY NotifyFunction
 
VOIDNotifyContext
 
EFI_EVENTEvent
 
EFI_LIST_ENTRY Link
 

Detailed Description

EFI_RUNTIME_EVENT_ENTRY

Member Data Documentation

◆ Event

EFI_EVENT* _EFI_RUNTIME_EVENT_ENTRY::Event

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

◆ Link

EFI_LIST_ENTRY _EFI_RUNTIME_EVENT_ENTRY::Link

Entry for this node in the EFI_RUNTIME_ARCHITECTURE_PROTOCOL.EventHead list.

◆ NotifyContext

VOID* _EFI_RUNTIME_EVENT_ENTRY::NotifyContext

The same as NotifyContext passed into CreateEvent().

◆ NotifyFunction

EFI_EVENT_NOTIFY _EFI_RUNTIME_EVENT_ENTRY::NotifyFunction

The same as NotifyFunction passed into CreateEvent().

◆ NotifyTpl

EFI_TPL _EFI_RUNTIME_EVENT_ENTRY::NotifyTpl

The same as NotifyTpl passed into CreateEvent().

◆ Type

UINT32 _EFI_RUNTIME_EVENT_ENTRY::Type

The same as Type passed into CreateEvent().


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