Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6IKMIPRequest::startRequestMsg ( P6KMIP_REQUESTPARAMS  params)
pure virtual

Start the creation of a KMIP request message.

After this call one or more of the request add calls can be made (e.g., addCreateRequest). Finally the endRequestMsg function must be called to finish the message creation.

Parameters
params[ in ] common request options
Returns
SuccessP6R::eOk 
FailureP6R::eNotInitializedA successful call to intialize() must be made before calling this funciton.
P6R::eTooSmallThe configured buffer size in pPool is too small to hold the generated message.