property GetXMLElementList.
Retrieves a list of named elements from an XML object.
|
hXMLObject
[in] . Handle of
XML object
ElementName
[in] . Element
name
pVal
[out,
retval] The returned value is a handle of XML element list or 0 if not found.
S_OK
The
operation was successfull.
E_POINTER
A NULL
pointer was supplied as an argument.
E_UNEXPECTED
An
unexpected error occoured.