aclmdlDestroyConfigHandle
Description
Destroys data of the aclmdlConfigHandle type created by the aclmdlCreateConfigHandle call.
Prototype
aclError aclmdlDestroyConfigHandle(aclmdlConfigHandle *handle)
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
handle |
Input |
Pointer to data of the aclmdlConfigHandle type. |
Returns
The value 0 indicates success, and other values indicate failure. For details, see aclError.
Parent topic: aclmdlConfigHandle