#include <p6kmipencoder.h>
Public Attributes | |
P6UINT32 | attribCount |
P6KMIP_ATTRIBUTE * | pAttributeList |
P6KMIP_ATTRIBUTES (KMIP 2.0)
A list of zero or more attributes (i.e., pAtributeList) This structure is how a client defines the parameters of the Attributes structure that can be defined for most operations (e.g., create).
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 1463 of file p6kmipencoder.h.