Call the aciObjectDestroy function to destroy an ACI object.
aciError aciObjectDestroy ( t_aciObject** ppObject);
| Arguments | Type/Description |
|---|---|
ppObject
|
t_aciObject** The ACI object to destroy. |
This function frees memory from the ACI object and all objects in its linked lists. This is a deep destroy.
An ACI error code.
|
|