UNLOAD_DLL_DEBUG_INFO (Windows CE 5.0)

Send Feedback

This structure contains information about a DLL that has just been unloaded.

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

OS Versions: Windows CE 2.0 and later.
Header: Winbase.h.

See Also

DEBUG_EVENT

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.