|
pure virtual |
In order to walk the value of a nested KMIP structure type the caller has to get a specific enumerator that the nested (i.e., child) structure.
ppNested | [ out ] Points to a child enumerator allowing the caller to walk the KMIP message tree. |
Success | P6R::eOk | |
Failure | P6R::eNoMemory | Insuffficient memory to properly initialize the component |
P6R::eInvalidArg | pNested is NULL. | |
P6R::eInvalidState | The enumerator cursor does not point to a nested KMIP structure. |