Share via


DumpGraph

 
Microsoft DirectShow 9.0

DumpGraph

The DumpGraph function sends information about a filter graph to the debug output location. Ignored in retail builds.

Syntax

  void DumpGraph(
    IFilterGraph *pGraph,
    DWORD dwLevel
);

Parameters

pGraph

Pointer to the IFilterGraph interface on the filter graph manager.

dwLevel

Logging level. The function generates a LOG_TRACE message with the specified logging level.

Requirements

**  Header:** Declared in Wxdebug.h; include Streams.h.

**  Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).

See Also