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

This method allows the caller to determine how nested the current KMIP structure is in the overall KMIP message.

Parameters
pLevel[ out ] Points to an integer where the current nesting level is written.
Returns
SuccessP6R::eOk 
FailureP6R::eNoMemoryInsuffficient memory to properly initialize the component
P6R::eInvalidArgpLevel is NULL.