UNLOAD_DLL_DEBUG_INFO
A version of this page is also available for
4/8/2010
This structure contains information about a DLL that has just been unloaded.
Syntax
typedef struct _UNLOAD_DLL_DEBUG_INFO {
LPVOID lpBaseOfDll;
} UNLOAD_DLL_DEBUG_INFO;
Members
- lpBaseOfDll
Long pointer to the base address of the DLL in the address space of the process unloading the DLL.
Requirements
Header | winbase.h |
Windows Embedded CE | Windows CE 2.0 and later |
Windows Mobile | Windows Mobile Version 5.0 and later |