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

Move the cursor to the next attribute saved inside of the enumerator.

Return the type of the attribute to be returned by a call to the getValue() function.

Parameters
pType[ out ] see the definition of P6KMIP_ATTRIBUTE, which indicates which union element is used {1..}, 0 means no value set
Returns
SuccessP6R::eOk 
FailureP6R::eNoMemoryInsuffficient memory to properly initialize the component
P6R::eInvalidArgpType is NULL.
P6R::eEndOfRecordNo more types in the structure.