Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6IKMIPStructure::getChildStructure ( p6IKMIPStructure **  ppNested)
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.

Parameters
ppNested[ out ] Points to a child enumerator allowing the caller to walk the KMIP message tree.
Returns
SuccessP6R::eOk 
FailureP6R::eNoMemoryInsuffficient memory to properly initialize the component
P6R::eInvalidArgpNested is NULL.
P6R::eInvalidStateThe enumerator cursor does not point to a nested KMIP structure.