aciObjectNextEntry
Call the aciObjectNextEntry
function to locate the next child entry in a result.
Syntax
t_aciObject* aciObjectNextEntry (
t_aciObject* pObject)
Arguments
Arguments | Type/Description |
---|---|
pObject
|
t_aciObject* A pointer to an ACI_DATA object that contains an XML result. |
Discussion
You can only call this function for an ACI_DATA
type ACI object.
Returns
The next entry or NULL
if the object is not found or no next entry exists.