Function: destroy_handle
Applicability
Product |
Supported (√/x) |
|---|---|
√ |
|
√ |
|
√ |
|
√ |
|
√ |
Function Usage
Destroys the handle to an execution operator.
Prototype
- C Prototype
1void aclopDestroyHandle(aclopHandle *handle)
- Python Function
1acl.op.destroy_handle(handle)
Parameter Description
Parameter |
Description |
|---|---|
handle |
Int, pointer address of the operator handle of the ACL to be destroyed. |
Return Value Description
None.
Parent topic: aclopHandle