|
|
ATL debug trace classesatldebugscan.hAdds a new macro to yourATLTRACE arsenal.
The ATLTRACE_INTERFACES macro takes an IUnknown COM
object as input and dumps any interface it supports to the debug log.
The code actually scans the entire set of registered interfaces
in the system registry. It calls A similar function can be found in the atlaux library. atldebugfunc.hAdds indented function level tracing to yourATLTRACE macros.
Use the new ATLTRACEFUNC and ATLTRACEFUNCLOG macros
instead of the old ATLTRACE to automatically produce logs
at function/scope entry and exit.
Place one Source Code DependenciesMicrosoft ATL LibraryDownload Files
Written by Bjarke Viksoe. Article submitted 6/7/2001.
|
|||