aciObjectParamSetLong

Call the aciObjectParamSetLong function to set the contents of a long integer parameter.

Syntax

aciError aciObjectParamSetLong (
   t_aciObject* pObject, 
   char* szName, 
   long lnValue);

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.
lnValue long  A long integer value.

Discussion

This function adds the szName long parameter with the specified lnValue to the pObject.

Returns

An ACI error code.