aciObjectDeleteObject

Call the aciObjectDeleteObject function to delete a single ACI object.

Syntax

aciError aciObjectDeleteObject(
   t_aciObject* pObject, 
   t_aciObject* pPrevious)

Arguments

Arguments

Type/Description

pObject

t_aciObject*  The ACI object to delete.

pPrevious

t_aciObject*  ACI object (can be null if pObject is first) in the linked list just before pObject.

Discussion

This function deletes a ACI object, rearranging the pointers from its parent or sibling, and freeing all its memory.

Returns

An ACI error code.