Call the aciObjectCheckForSuccess function to check whether an ACI server reply object contains a successful response entry.
BOOL aciObjectCheckForSuccess ( t_aciObject* pACIOResult)
| Arguments | Type/Description |
|---|---|
pACIOResult
|
t_aciObject* A pointer to an ACI server reply object you want to check. |
You can only call this function for an ACI_DATA type ACI object.
TRUE if this object is an ACI_DATA type ACI object and holds a response object with the value SUCCESS; otherwise it returns FALSE.
|
|