aciObjectFirstEntry
Call the aciObjectFirstEntry
function to locate the first child entry in a result.
Syntax
t_aciObject* aciObjectFirstEntry ( 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 first child entry or NULL
if no child entry exists.