aclDestroyBoolArray
Function Usage
Destroys the aclBoolArray created by calling aclCreateBoolArray.
Prototype
aclnnStatus aclDestroyBoolArray(const aclBoolArray *array)
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
array |
Input |
aclBoolArray to be destroyed. |
Returns
0 on success; else, failure. For details about the return codes, see Common APIs and Return Codes.
Constraints
None
Examples
For details about API calls, see the examples in aclCreateBoolArray.
Parent topic: Common APIs