EFI_EVENT_NOTIFY

Invoke a notification event

@paramin Event Event whose notification function is being invoked. @paramin Context The pointer to the notification function's context, which is implementation-dependent.

extern (C)
alias EFI_EVENT_NOTIFY = VOID function @nogc nothrow

Meta