This method is used to iterate the parsed chunks from the original target string.
- Parameters:
-
| cElements | [IN] The number of elements the array pointed to by parElements can hold. |
| parElements | [IN] A pointer to an array of P6SPLITCHUNK*. |
| pcReturned | [OUT] A pointer to a P6R::P6UINT32 in which will be placed the number of elements actually placed in parElements. If cElements is 1, this may be NULL. |
- Returns:
Success | P6R::eOk | |
Failure | P6R::eInvalidArg | cElements is > 1 and pcReturned is NULL. |
P6R::eEndOfFile | There is no more data to enumerate. |