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