Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6IEnumWStrings::next ( P6UINT32  cElements,
P6STRINGWVALUE parElements,
P6UINT32 pcReturned 
)
pure virtual

This method is used to iterate the currently defined pKey - string pair.

Parameters
cElements[IN] The number of elements the array pointed to by parElements can hold.
parElements[IN] A pointer to an array of P6STRINGWVALUE*.
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.