Call the aciObjectParentEntry function to return a pointer to the parent entry of the object.
t_aciObject* aciObjectParentEntry( t_aciObject* pObject)
| Arguments | Type/Description |
|---|---|
pObject
|
t_aciObject* A pointer to an ACI_DATA object that contains an XML result. |
This function accesses the parent of the current object.
The parent ACI object.
|
|