acioParamGetLong
Call the acioParamGetLong
function to obtain the contents of an long integer parameter.
Syntax
aciError acioParamGetLong ( t_aciObject* pObject, char* szName, long *plnResult)
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. |
plnResult
|
long* A pointer to the parameter’s content. |
Discussion
This function retrieves the specified szName
long parameter from the object.
Returns
An ACI error code.