UNLOAD_DLL_DEBUG_INFO structure (minwinbase.h)
Contains information about a dynamic-link library (DLL) that has just been unloaded.
Syntax
typedef struct _UNLOAD_DLL_DEBUG_INFO {
LPVOID lpBaseOfDll;
} UNLOAD_DLL_DEBUG_INFO, *LPUNLOAD_DLL_DEBUG_INFO;
Members
lpBaseOfDll
A pointer to the base address of the DLL in the address space of the process unloading the DLL.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Header | minwinbase.h (include Windows.h) |