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.
This method finds an attribute by name and returns the (zero-based) index for the attribute. For ambiguous names, this method returns the name from the first namespace.
HRESULT getIndexFromName(const wchar_t* pwchUri,intcchUri,const wchar_t* pwchLocalName,intcchLocalName,int* pnIndex);
Parameters
- pwchUri
[in] Pointer to the namespace URI or, if the name has no namespace URI, an empty string. - cchUri
[in]**Length of the namespace URI string. - pwchLocalName
[in]**Pointer to the attribute's local name. - cchLocalName
[in] Length of the local name string. - pnIndex
[out, retval] Pointer to the returned index value.
Return Values
- S_OK
Returned if the index value is returned successfully. - E_INVALIDARG
Returned 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
getIndexFromQName Method | getLength Method | ISAXAttributes:IUnknown Interface
Send Feedback on this topic to the authors