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

#include <p6kmipclient.h>

Public Attributes

P6UINT32 leaseTime
 
p6IKMIPStrpMessage
 
p6IKMIPStrpUniqueId
 
P6UINT32 resultReason
 
P6UINT32 resultStatus
 
P6INT64 usageLimitsCount
 
P6UINT32 usageMask
 

Detailed Description

P6KMIP_CHECKRESULT.

The result of a check operation 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 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 pUniqueId - an enumerator holding the unique identifier to the managed object usageLimitsCount - indicates that the managed object failed the limits test, or -1 if not set by server usageMask - indicates that the managed object failed the cryptographic usage mask test, or zero if not set by server leaseTime - indicates that the managed object failed the lease time test, or zero if not set by server

Definition at line 1484 of file p6kmipclient.h.


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