Call the acioParamGetUnsignedInt
function to obtain the contents of an unsigned integer parameter.
aciError acioParamGetUnsignedInt( t_aciObject* pObject, const char* szName, unsigned int *pnResult)
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. |
pnResult
|
int* A pointer to the parameter’s content. |
This function retrieves the specified szName
unsigned integer parameter from the object.
An ACI error code.
|