Share via


UNLOAD_DLL_DEBUG_INFO (Compact 2013)

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

See Also

Reference

Debugging Structures
DEBUG_EVENT