ReactOS 0.4.16-dev-927-g467dec4
_LDR_DLL_NOTIFICATION_ENTRY Struct Reference
Collaboration diagram for _LDR_DLL_NOTIFICATION_ENTRY:

Public Attributes

LIST_ENTRY List
 
PLDR_DLL_NOTIFICATION_FUNCTION Callback
 
PVOID Context
 

Detailed Description

Definition at line 12 of file ldrnotify.c.

Member Data Documentation

◆ Callback

PLDR_DLL_NOTIFICATION_FUNCTION _LDR_DLL_NOTIFICATION_ENTRY::Callback

Definition at line 15 of file ldrnotify.c.

Referenced by LdrRegisterDllNotification().

◆ Context

PVOID _LDR_DLL_NOTIFICATION_ENTRY::Context

Definition at line 16 of file ldrnotify.c.

Referenced by LdrRegisterDllNotification().

◆ List

LIST_ENTRY _LDR_DLL_NOTIFICATION_ENTRY::List

Definition at line 14 of file ldrnotify.c.

Referenced by LdrRegisterDllNotification().


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