property CreateXMLObject.
Creates an XML object from a file or a string.
|
xmlAsFileOrString
[in] . Full filename or string which contains XML
data.
pVal
[out,
retval] The returned value is the handle of the XML object or 0 if failed
S_OK
The
operation was successfull.
E_POINTER
A NULL
pointer was supplied as an argument.
E_UNEXPECTED
An
unexpected error occoured.