SECXMLDocAdapter_T::XMLOpenDocument

BOOL SECXMLDocAdapter_T::XMLOpenDocument(LPCTSTR lpszPathName)

This function can be called to initialize an existing document with the specified file.

Defined in: XMLDocAdapter.h

Return Value

TRUE if the open operation is successful.

Parameters

lpszPathName

The document path.

Comments

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