Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
P6R::P6KMIP_RESULT Struct Reference

#include <p6kmipclient.h>

Public Attributes

p6IKMIPBinarypAsynchCorrelation
 
p6IKMIPStrpMessage
 
P6UINT32 resultReason
 
P6UINT32 resultStatus
 
P6TIME timestamp
 

Detailed Description

P6KMIP_RESULT.

The result of a query to a KMIP server is contained in this structure.

resultStatus - can have one of the values from Section 9.1.3.2.28 in p6kmip.h, Result Status Enumeration indicating the result of the operation resultReason - can have one of the values from Section 9.1.3.2.29 in p6kmip.h, Result Reason Enumeration for more detailed error information, or zero if not set by server timestamp - timestamp of the response message pMessage - an enumerator holding a more descriptive error message which can be provided to an end user or for logging, or NULL if not set by server pAsynchCorrelation - if the server decides to execute the request in an asynchronous manner then this enumerator contains the Asynchronous Correlation Value to be used by the client in a Poll or Cancel request (see Section 6.8 KMIP spec)

Definition at line 1069 of file p6kmipclient.h.


The documentation for this struct was generated from the following file: