Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
1/6/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 |