virtual P6R::P6ERR P6R::p6IEnumWSplitChunks::next ( P6UINT32  cElements,
P6WSPLITCHUNK parElements,
P6UINT32 *  pcReturned 
) [pure virtual]

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 P6WSPLITCHUNK*.
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:
SuccessP6R::eOk 
FailureP6R::eInvalidArgcElements is > 1 and pcReturned is NULL.
P6R::eEndOfFileThere is no more data to enumerate.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines
Copyright © 2004 - 2010 P6R Inc. - All Rights Reserved.