Share via


ISAXAttributes::getValueFromQName Method (Windows CE 5.0)

Send Feedback

This method finds the attribute by XML 1.0 qualified name and returns the attribute's text value.

HRESULT getValueFromQName(const wchar_t* pwchQName,intcchQName,const wchar_t** pwchValue,int* pcchValue);

Parameters

  • pwchQName
    [in] Pointer to the XML 1.0 qualified name.
  • cchQName
    [in] Length of the qualified name string.
  • pwchValue
    [out] Pointer to the string value of the qualified name.
  • pcchValue
    [out] Pointer to the length of the qualified name.

Return Values

  • S_OK
    Returned if the text value is returned successfully.
  • E_INVALIDARG
    Returned for an invalid index or if no matching attribute is found.
  • E_FAIL
    Returned if an internal error occurs.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Msxml2.h, Msxml2.idl.
Link Library: Uuid.lib.

See Also

getLength Method | ISAXAttributes:IUnknown Interface

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.