Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6IKMIPDecoder::getRootStructure ( p6IKMIPStructure **  ppRoot)
pure virtual

Get an enumerator to the very top structure defining the KMIP message.

Parameters
ppRoot[ out ] Points to an enumerator allowing the caller to walk the KMIP message tree.
Returns
SuccessP6R::eOk 
FailureP6R::eNoMemoryInsuffficient memory to properly initialize the component
P6R::eInvalidArgpRoot is NULL.
P6R::eInvalidStateNo KMIP message was loaded via a call to setBufPtr().