aciObjectCheckForSuccess

Call the aciObjectCheckForSuccess function to check whether an ACI server reply object contains a successful response entry.

Syntax

BOOL aciObjectCheckForSuccess (
   t_aciObject* pACIOResult)

Arguments

Arguments Type/Description
pACIOResult t_aciObject*  A pointer to an ACI server reply object you want to check.

Discussion

You can only call this function for an ACI_DATA type ACI object.

Returns

TRUE if this object is an ACI_DATA type ACI object and holds a response object with the value SUCCESS; otherwise it returns FALSE.