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. |
|
Copyright © 2012 CA Technologies.
All rights reserved.
|
|