aclDestroyScalarList

Function Usage

Destroys the aclScalarList created by calling aclCreateScalarList.

Prototype

aclnnStatus aclDestroyScalarList(const aclScalarList *array)

Parameters

Parameter

Input/Output

Description

array

Input

aclScalarList to be destroyed.

Returns

0 on success; else, failure. For details about the return codes, see Common APIs and Return Codes.

Constraints

The aclScalar in the aclScalarList does not need to be destroyed again.

Examples

For details about API calls, see the examples in aclCreateScalarList.