IAPI::GetXMLElementListSize

property GetXMLElementListSize.

Retrieves the number of nodes into a named element list.

 

HRESULT GetXMLElementListSize(
  long hXMLElementList,
  long *pVal
);

Parameters

hXMLElementList

[in] .   Handle of element list

pVal

[out, retval] The returned value is the count of elements.

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