Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6IKMIPStr::next ( P6NCSTR pUTF8String)
pure virtual

Iterate though one or more returned strings from the server.

Note that if eTooSmall is returned then the required size is returned in the field pUTF8String.length. Also if eTooSmall is returned the enumerator has not moved to the next string so the caller can obtain the proper sized buffer and extract the string entry that failed.

Parameters
pUTF8String[ out ] Pointer to one P6CHAR buffer for the method to fill. If pUTF8String->name.pString is set to NULL, then the required length is also returned.
Returns
SuccessP6R::eOk 
FailureP6R::eInvalidArgpUTF8String is NULL
P6R::eTooSmallThe buffer pointed to by pUTF8String is too small.