SECXMLDocument::Create

HRESULT SECXMLDocument::Create(LPTSTR strRootTag, LPTSTR strHeader)

Call this function directly if you created the class using the default constructor.

Defined in: XMLDomDoc.h

Return Value

Returns S_OK if successful, or else the error code.

Parameters

strRootTag

The name of the root tag (useful only while writing to an XML file)

strHeader

Any header info to be written into the XML file to be created.