次の方法で共有


DumpGraph (Windows CE 5.0)

Send Feedback

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

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

DirectShow applications and DirectShow filters have different include file and link library requirements.

For more information, see Setting Up the Build Environment.

OS Versions: Windows CE 2.12 and later. Version 2.12 requires DXPAK 1.0 or later.
Header:

See Also

Debug Output

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.