Function: destroy_handle

C Prototype

void aclopDestroyHandle(aclopHandle *handle)

Python Function

acl.op.destroy_handle(handle)

Function Usage

Destroys the handle to an execution operator.

Input Description

handle: int, pointer address of the operator handle of the ACL to be destroyed.

Return Value

None

Restrictions

None