DbgDumpObjectRegister
Microsoft DirectShow 9.0 |
DbgDumpObjectRegister
The DbgDumpObjectRegister function displays information about active objects. Ignored in retail builds.
Syntax
void DbgDumpObjectRegister(void);
Remarks
In debug builds, the debug library maintains a list of active objects. The list includes any objects that derive from CBaseObject, were created by the current module, and have not been destroyed. The CBaseObject constructor and destructor methods update the list.
This function generates several LOG_MEMORY messages. At logging level 1, the function displays only the total number of objects. At logging level 2 or higher, it displays a list of the objects.
Requirements
** Header:** Declared in Wxdebug.h; include Streams.h.
** Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).
See Also