Call the aciObjectParamSetLong function to set the contents of a long integer parameter.
aciError aciObjectParamSetLong ( t_aciObject* pObject, char* szName, long lnValue);
| 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. |
This function adds the szName long parameter with the specified lnValue to the pObject.
An ACI error code.
|
|