Sm_DmsWorkflow_Attribute_t

This structure pairs a request or response attribute name with a string representation of the attribute value. An array of these structures is used to represent a DMS request to create or modify a directory object.
casso1283
This structure pairs a request or response attribute name with a string representation of the attribute value. An array of these structures is used to represent a DMS request to create or modify a directory object.
Syntax
typedef struct
{
   const char* lpszAttrName;
   const char* lpszAttrValue;
} Sm_DmsWorkflow_Attribute_t;
Field
Description
lpszAttrName
Name of the request or response attribute.
lpszAttrValue
String representing the attribute value.