Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6IKMIPClient::getAttributesAndGet ( P6KMIP_GETATTRIBPARAMS  attrib,
P6KMIP_GETPARAMS  get,
p6IKMIPResult **  pResult 
)
pure virtual

This function sends the combination of a get attributes operation followed by a get operation to a KMIP server.

Results from both or just one of the operations is returned in the pResult parameter.

Parameters
attrib[ in ] the group of parameters specif to the get attrbutes operation
get[ in ] the group of parameters specific to the get operation
pResult[ out ] an enumerator containing all the batch results of a previous request
Returns
FailureP6R::eNotInitializedA successful call to initialize() is required.
P6R::eNotConnA successful call to open() is required before this function is called.
P6R::eInvalidArgpResult is NULL.
P6R::eFormatErrorParsing error occurred while parsing a KMIP server response.
P6R::eTooBigMessage returned by server is too big to fit in configured buffers.
P6R::eTooSmallThe configured buffer size in P6KMIP_PREF.maxBufferSize is too small to hold the request message.