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

Iterate though one or more returned strings.

Note that if eTooSmall is returned then the required size is returned in the field pString.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
pString[ out ] Pointer to one P6UCHAR buffer for the method to fill. If pString->name.pString is set to NULL, then the required length is returned in pString->length;
Returns
SuccessP6R::eOk 
FailureP6R::eInvalidArgpSupported is NULL
P6R::eTooSmallThe buffer pointed to by pString is too small.
P6R::eEndOfRecordHit the end of the string list (call reset() to start again).