aciObjectParentEntry

Call the aciObjectParentEntry function to return a pointer to the parent entry of the object.

Syntax

t_aciObject* aciObjectParentEntry(
   t_aciObject* pObject)

Arguments

Arguments Type/Description
pObject t_aciObject*  A pointer to an ACI_DATA object that contains an XML result.

Discussion

This function accesses the parent of the current object.

Returns

The parent ACI object.