次の方法で共有


DumpGraph (Compact 2013)

3/26/2014

This function sends debugging information from the filter graph to the debug output location.

Syntax

void WINAPI (
  IfilterGraph* pGraph,
  DWORD dwLevel
)

Parameters

  • pGraph
    Pointer to the filter graph to get debugging information about.
  • dwLevel
    Logging level for this message, where zero means always log.

Remarks

Call this helper function to send potential error messages after you instantiate a filter graph.

Requirements

Header

dshow.h

Library

Strmiids.lib

See Also

Reference

Debug Output