DbgTerminate
Microsoft DirectShow 9.0 |
DbgTerminate
The DbgTerminate function cleans up the debug library. Ignored in retail builds.
Syntax
void DbgTerminate(void);
Remarks
Call this function if you call the DbgInitialise function.
Requirements
** Header:** Declared in Wxdebug.h; include Streams.h.
** Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).
See Also