Given the full qualified name (i.e., <namespace>:<attribute name>, like 'X:abc='), return the index value into an array of all attributes stored in this object.
- Parameters:
-
| pQName | [IN] this qualified name is a namespace prefix |
| pIndex | [OUT] a handle that can be used to obtain all info about an attribute matching the QName (zero-based). |
- Returns:
Success | P6R::eOk | |
Failure | P6R::eInvalidArg | pQName or pIndex is NULL |
P6R::eNotFound | No value found matching QName. |