|
Debugging Services
The debugging service functions are the IMAGEHLP functions most suited for use
by a debugger or the debugging code in an application. These functions can be
used in concert with the symbol handler functions for easier use. The StackWalk function, for example, is used by the memory allocators of several
applications to best track memory leaks. The functions for finding and mapping debug
information can be used when the IMAGEHLP symbol handler functions are not needed.
Related Links
Software for Delphi and C++ Builder developers
Software for Visual Studio .NET developers
Software for Visual Basic 6 developers
Delphi Tips&Tricks
MegaDetailed.NET
More Online Helps
Win32 Multimedia Programmer's Reference (mmedia.hlp)
OLE Programmer's Reference (ole.hlp)
Microsoft Windows Pen API Programmer's Reference (penapi.hlp)
Microsoft Windows Sockets 2 Reference (sock2.hlp)
Microsoft Windows Telephony API (TAPI) Programmer's Reference (tapi.hlp)
Unix Manual Pages
|