The LOAD_DLL_DEBUG_INFO structure contains information about a dynamic-link library (DLL) that has just been loaded.
typedef struct _LOAD_DLL_DEBUG_INFO { // lddi HANDLE hFile; LPVOID lpBaseOfDll; DWORD dwDebugInfoFileOffset; DWORD nDebugInfoSize; LPVOID lpImageName; WORD fUnicode; } LOAD_DLL_DEBUG_INFO;
This member is strictly optional. Debuggers must be prepared to handle the
case where lpImageName is NULL or *lpImageName (in the address
space of the process being debugged) is NULL. Specifically, this release of
Windows NT will never provide an image name for a create process event, and it
will not likely pass an image name for the first DLL event. This version of
Windows NT will also never provide this information in the case of debugging
events that originate from a call to the DebugActiveProcess function.
CREATE_PROCESS_DEBUG_INFO, CREATE_THREAD_DEBUG_INFO, DebugActiveProcess, DEBUG_EVENT
file: /Techref/os/win/api/win32/struc/src/str09_60.htm, 3KB, , updated: 2000/4/7 11:20, local time: 2024/11/12 11:34,
3.144.252.224:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://linistepper.com/Techref/os/win/api/win32/struc/src/str09_60.htm"> LOAD_DLL_DEBUG_INFO</A> |
Did you find what you needed? |