ReactOS 0.4.16-dev-1007-g2e85425
|
#include <ldrtypes.h>
Public Attributes | |
ULONG | Flags |
PCUNICODE_STRING | FullDllName |
PCUNICODE_STRING | BaseDllName |
PVOID | DllBase |
ULONG | SizeOfImage |
Definition at line 206 of file ldrtypes.h.
PCUNICODE_STRING _LDR_DLL_LOADED_NOTIFICATION_DATA::BaseDllName |
Definition at line 210 of file ldrtypes.h.
PVOID _LDR_DLL_LOADED_NOTIFICATION_DATA::DllBase |
Definition at line 211 of file ldrtypes.h.
ULONG _LDR_DLL_LOADED_NOTIFICATION_DATA::Flags |
Definition at line 208 of file ldrtypes.h.
PCUNICODE_STRING _LDR_DLL_LOADED_NOTIFICATION_DATA::FullDllName |
Definition at line 209 of file ldrtypes.h.
ULONG _LDR_DLL_LOADED_NOTIFICATION_DATA::SizeOfImage |
Definition at line 212 of file ldrtypes.h.