Microsoft DirectX 9.0

IXml2Dex Interface

The IXml2Dex interface saves and loads DirectShow Editing Services (DES) project files in Extensible Markup Language (XML). This interface also provides methods for reading and writing DirectShow graph (.grf) files.

In addition to the methods inherited from IUnknown, the IXml2Dex interface exposes the following methods.

Method Description
CopyXML Not implemented.
CreateGraphFromFile Not implemented.
Delete Not implemented.
PasteXML Not implemented.
ReadXML Not implemented.
PasteXMLFile Not implemented.
ReadXMLFile Loads an XML project file.
Reset Not implemented.
WriteGrfFile Writes a filter graph to a file in .grf format.
WriteXML Translates a timeline to an XML string.
WriteXMLFile Translates a timeline to XML and writes the XML data to a file.
WriteXMLPart Not implemented.

Requirements

Requires Internet Explorer 4.0 or later.

Header: Include Qedit.h. This header file is not compatible with Microsoft® Direct3D® headers later than version 7.

Library: Use strmiids.lib.