Return the value of the non-structure type pointed to by the enumerator's cursor.
Note that the following fields: { bigIntegerType, textStringType, binaryStringType } of pValue require that the caller preset the P6BSTR structure values to valid buffers of the required size. This size is always returned as a result of a next() call. The values returned from the next() call indicate the type that is available when this call is nade.
- Parameters
-
pValue | [ in ] The value of the primitive KMIP element translated from message format. |
- Returns
Success | P6R::eOk | |
Failure | P6R::eNoMemory | Insuffficient memory to properly initialize the component |
P6R::eInvalidArg | pValue is NULL. |