acioParamGetStringMoveOriginal

Call the acioParamGetStringMoveOriginal function to obtain the contents of a string parameter and removes it from the ACI object.

Syntax

aciError acioParamGetStringMoveOriginal(
   t_aciObject* pObject, 
   const char* szName, 
   char** szResult)

Arguments

Arguments Type/Description
pObject t_aciObject*  A pointer to an ACI_DATA object that contains an XML result.
szName char*  A pointer to the parameter name.
szResult char**  Address of the parameter's content.

Discussion

This function retrieves the specified szName string parameter from the object and removes it from the ACI object.

Returns

An ACI error code.