次の方法で共有


UNLOAD_DLL_DEBUG_INFO (Windows Embedded CE 6.0)

1/6/2010

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
Windows Embedded CE Windows CE 2.0 and later

See Also

Reference

Debugging Structures
DEBUG_EVENT