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

Iterate though the next returned eumerations from the server.

An alternative function to next() above returns the enumeration value as an integer (e.g., for the Create operation this function will return 0x0001 instead of the string 'Create'). Calling this function moves the iterator to the next item in the list just as next() does.

Parameters
pValue[ out ] The integer representation of the enumeration value (see p6kmip.h for constant defintions)
Returns
SuccessP6R::eOk 
FailureP6R::eInvalidArgpValue is NULL