IAPI::CreateXMLObject

property CreateXMLObject.

Creates an XML object from a file or a string.

 

HRESULT CreateXMLObject(
  BSTR xmlAsFileOrString,
  long *pVal
);

Parameters

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

Return Values

S_OK

The operation was successfull.

E_POINTER

A NULL pointer was supplied as an argument.

E_UNEXPECTED

An unexpected error occoured.

See Also

IAPI