Get the local name of the attribute identified by index into the attribute list.
A caller could do one of the following: call getLength(); and then iterate over all attributes; OR call one of the getIndex functions and then call this function.
- Parameters:
-
| index | [IN] index into an array of all attributes stored in this object (zero-based) |
| pString | [OUT] the local name associated with the attribute (e.g., 'X:abc=', 'abc' is the local name) |
- Returns:
Success | P6R::eOk | |
Failure | P6R::eInvalidArg | pString is NULL. |
P6R::eEndOfFile | index is too big. |