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