aclmdlDestroyExecConfigHandle
Applicability
Product |
Supported |
|---|---|
√ |
|
√ |
|
√ |
|
√ |
|
√ |
Description
Destroys data of the aclmdlExecConfigHandle type created by calling aclmdlCreateExecConfigHandle.
Prototype
aclError aclmdlDestroyExecConfigHandle(const aclmdlExecConfigHandle *handle)
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
handle |
Input |
Pointer to the aclmdlExecConfigHandle type to be destroyed. |
Returns
0 on success; else, failure. For details, see aclError.
Parent topic: aclmdlExecConfigHandle