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

#include <MdePkg/Include/Pi/PiPeiCis.h>

Data Fields

UINTN Flags
 
EFI_GUIDGuid
 
EFI_PEIM_NOTIFY_ENTRY_POINT Notify
 

Detailed Description

The data structure in a given PEIM that tells the PEI Foundation where to invoke the notification service.

Definition at line 110 of file PiPeiCis.h.

Field Documentation

◆ Flags

UINTN _EFI_PEI_NOTIFY_DESCRIPTOR::Flags

Details if the type of notification are callback or dispatch.

Definition at line 114 of file PiPeiCis.h.

◆ Guid

EFI_GUID* _EFI_PEI_NOTIFY_DESCRIPTOR::Guid

The address of the EFI_GUID that names the interface.

Definition at line 118 of file PiPeiCis.h.

◆ Notify

EFI_PEIM_NOTIFY_ENTRY_POINT _EFI_PEI_NOTIFY_DESCRIPTOR::Notify

Address of the notification callback function itself within the PEIM.

Definition at line 122 of file PiPeiCis.h.


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