Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Finds an attribute's qualified name by index.
HRESULT getQName(intnIndex,const wchar_t** ppwchQName,int* ppchQName);
Parameters
- nIndex
[in] The attribute's index value. - ppwchQName
[out] The attribute's qualified name. - ppchQName
[out] The length of the qualified name string or –1 (if zero-terminated).
Return Values
- S_OK
Returned if the qualified name (QName) is returned successfully. - E_FAIL
Returned if an internal error is reported. - E_INVALIDARG
Returned if QName is not found.
Remarks
For the xmlns namespace, the qualified name value is empty.
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