|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <ldrtypes.h>

Public Attributes | |
| ULONG | Flags |
| PCUNICODE_STRING | FullDllName |
| PCUNICODE_STRING | BaseDllName |
| PVOID | DllBase |
| ULONG | SizeOfImage |
| const UNICODE_STRING * | FullDllName |
| const UNICODE_STRING * | BaseDllName |
| void * | DllBase |
Definition at line 206 of file ldrtypes.h.
| PCUNICODE_STRING _LDR_DLL_LOADED_NOTIFICATION_DATA::BaseDllName |
Definition at line 210 of file ldrtypes.h.
| const UNICODE_STRING* _LDR_DLL_LOADED_NOTIFICATION_DATA::BaseDllName |
Definition at line 3989 of file winternl.h.
| PVOID _LDR_DLL_LOADED_NOTIFICATION_DATA::DllBase |
Definition at line 211 of file ldrtypes.h.
| void* _LDR_DLL_LOADED_NOTIFICATION_DATA::DllBase |
Definition at line 3990 of file winternl.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.
| const UNICODE_STRING* _LDR_DLL_LOADED_NOTIFICATION_DATA::FullDllName |
Definition at line 3988 of file winternl.h.
| ULONG _LDR_DLL_LOADED_NOTIFICATION_DATA::SizeOfImage |
Definition at line 212 of file ldrtypes.h.