다음을 통해 공유


IXMLGraphBuilder::SaveToXML

 
Microsoft DirectShow 9.0

IXMLGraphBuilder::SaveToXML

The SaveToXML method saves a filter graph to an XML element.

  • Note  This interface is deprecated, and new applications should not use it.

Syntax

  HRESULT SaveToXML(
  IGraphBuilder *pGraph,
  BSTR *pbstrxml
);

Parameters

pGraph

[in] Pointer to the Filter Graph Manager's IGraphBuilder interface.

pbstrxml

[out] Pointer to a BSTR that receives the XML element. The caller must release the string by calling SysFreeString.

Return Values

Returns an HRESULT value.

Requirements

Header: Include amxmlgraphbuilder.h.

Library: None.

See Also