ReactOS 0.4.16-dev-927-g467dec4
|
Public Attributes | |
LIST_ENTRY | List |
PLDR_DLL_NOTIFICATION_FUNCTION | Callback |
PVOID | Context |
Definition at line 12 of file ldrnotify.c.
PLDR_DLL_NOTIFICATION_FUNCTION _LDR_DLL_NOTIFICATION_ENTRY::Callback |
Definition at line 15 of file ldrnotify.c.
Referenced by LdrRegisterDllNotification().
PVOID _LDR_DLL_NOTIFICATION_ENTRY::Context |
Definition at line 16 of file ldrnotify.c.
Referenced by LdrRegisterDllNotification().
LIST_ENTRY _LDR_DLL_NOTIFICATION_ENTRY::List |
Definition at line 14 of file ldrnotify.c.
Referenced by LdrRegisterDllNotification().