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

Iterate though one or more returned template names.

Note that if eTooSmall is returned then the required size is returned in pName->value.length which indicate the size of the buffer the caller must provide. 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
pName[ out ] Pointer to a structure where a template name is returned. If pName->valye.pString is set to NULL, then the required length is returned in pName->value.length.
Returns
SuccessP6R::eOk 
FailureP6R::eInvalidArgpName is NULL
P6R::eTooSmallThe buffer pointed to by pName are too small.