UNLOAD_DLL_DEBUG_INFO

This structure contains information about a dynamic-link library (DLL) that has just been unloaded.

At a Glance

Header file: Winbase.h
Windows CE versions: 2.0 and later

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.

See Also

DEBUG_EVENT