IAPI::NamedItemValue

property NamedItemValue.

Retrieves a value from an XML name/key

 

HRESULT NamedItemValue(
  long hXMLObject,
  BSTR NamedItem,
  BSTR *pVal
);

Parameters

hXMLObject

[in] .   Handle of XML object

NamedItem

[in] .   XML name or key

pVal

[out, retval] The returned value is a BSTR string or an empty string

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