DumpGraph (Windows CE 5.0)
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
Send Feedback on this topic to the authors