Previous in Contents Next in Contents

IPersistXML::SaveXML

The SaveXML data saves the contents of a BSTR as XML data.

Syntax

HRESULT SaveXML(
long Reserved,// in
BSTR *bstrXML// out, retval
);

Parameters

Reserved
This value is not used.
bstrXML
The address of a BSTR in which this method returns its persistent data formatted as XML.

Include File

<pipeline.h>
<pipecomp.h>

Return Value

This method returns an HRESULT value.


© 1997-2000 Microsoft Corporation. All rights reserved.