SE_xmldoc_create
Creates an SE_XMLDOC XML document object.
Usage syntax
LONG SE_xmldoc_create (SE_XMLDOC *xmldoc);
Parameters
|
xmldoc |
A pointer to an SE_XMLDOC object. |
Description
SE_xmldoc_create allocates and initializes an SE_XMLDOC object which contains information about an XML document.
Returns
SE_SUCCESS
SE_INVALID_POINTER
SE_OUT_OF_CLMEM
SE_SDE_NOT_STARTED
Notes
• You must call this function to create a valid SE_XMLDOC object before using any other function that requires an SE_XMLDOC object.