|
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 215 of file ldrtypes.h.
| PCUNICODE_STRING _LDR_DLL_UNLOADED_NOTIFICATION_DATA::BaseDllName |
Definition at line 219 of file ldrtypes.h.
| const UNICODE_STRING* _LDR_DLL_UNLOADED_NOTIFICATION_DATA::BaseDllName |
Definition at line 3998 of file winternl.h.
| PVOID _LDR_DLL_UNLOADED_NOTIFICATION_DATA::DllBase |
Definition at line 220 of file ldrtypes.h.
| void* _LDR_DLL_UNLOADED_NOTIFICATION_DATA::DllBase |
Definition at line 3999 of file winternl.h.
| ULONG _LDR_DLL_UNLOADED_NOTIFICATION_DATA::Flags |
Definition at line 217 of file ldrtypes.h.
| PCUNICODE_STRING _LDR_DLL_UNLOADED_NOTIFICATION_DATA::FullDllName |
Definition at line 218 of file ldrtypes.h.
| const UNICODE_STRING* _LDR_DLL_UNLOADED_NOTIFICATION_DATA::FullDllName |
Definition at line 3997 of file winternl.h.
| ULONG _LDR_DLL_UNLOADED_NOTIFICATION_DATA::SizeOfImage |
Definition at line 221 of file ldrtypes.h.