SECXMLDocAdapter_T::XMLSaveDocument

BOOL SECXMLDocAdapter_T::XMLSaveDocument(LPCTSTR lpszPathName)

This function can be called to save the current document to the specified file.

Defined in: XMLDocAdapter.h

Return Value

TRUE if the save operation is successful.

Parameters

lpszPathName

The document path.

Comments

This function is usually called by the framework when an XML - Save command is invoked. Calling XMLSaveDocument will create an SECXMLArchive object for the specified file and invoke the document's XMLSerialize routine with this archive instance.