aciObjectDestroy

Call the aciObjectDestroy function to destroy an ACI object.

Syntax

aciError aciObjectDestroy (
   t_aciObject** ppObject);

Arguments

Arguments Type/Description
ppObject t_aciObject**  The ACI object to destroy.

Discussion

This function frees memory from the ACI object and all objects in its linked lists. This is a deep destroy.

Returns

An ACI error code.