Microsoft DirectX 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.

See Also