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

#include <PiPeiCis.h>

Collaboration diagram for _EFI_PEI_NOTIFY_DESCRIPTOR:
Collaboration graph
[legend]

Public Attributes

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.

Member Data Documentation

◆ Flags

UINTN _EFI_PEI_NOTIFY_DESCRIPTOR::Flags

Details if the type of notification are callback or dispatch.

◆ Guid

EFI_GUID* _EFI_PEI_NOTIFY_DESCRIPTOR::Guid

The address of the EFI_GUID that names the interface.

◆ Notify

EFI_PEIM_NOTIFY_ENTRY_POINT _EFI_PEI_NOTIFY_DESCRIPTOR::Notify

Address of the notification callback function itself within the PEIM.


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