Microsoft DirectX 8.1 (C++) |
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