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.
3/28/2014
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 |