Call the aciObjectToXMLString
function to convert an object into an XML-formatted string.
char* aciObjectToXMLString ( t_aciObject* pObject)
Arguments | Type/Description |
---|---|
pObject
|
t_aciObject* A pointer to an ACI object. |
The ACI object as a string containing XML formatting.
|