aclopDestroyHandle
Description
Destroys the handle to an operator created by the aclopCreateHandle call.
Prototype
void aclopDestroyHandle(aclopHandle *handle)
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
handle |
Input |
Pointer to data of the aclopHandle type. |
Returns
None
Parent topic: aclopHandle