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

#include <p6kmipencoder.h>

Public Attributes

P6UINT32 attribCount
 
P6UINT32 nameCount
 
P6KMIP_ATTRIBUTEpAttributeList
 
P6KMIP_NAMEpNameList
 

Detailed Description

P6KMIP_TEMPLATEATTRIBUTE.

A combination of zero or more template names (i.e., pNameList) and zero or more attributes (i.e., pAtributeList) This structure is how a client defines the parameters of the Template-Attribute object that can be defined for most operations (e.g., create). Template-Attribute object is defined in Section 2.1.8 of the KMIP reference

nameCount - number of items pointed to by pNameList (set to zero if nothing in pNameList) pNameList - points to an array of template names attribCount - number if items pointed to by pAttributeList (set to zero if nothing in pAttributeList) pAttributeList - points to an array of P6KMIP_ATTRIBUTE structures

Definition at line 508 of file p6kmipencoder.h.


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