aclmdlDestroyDesc
Applicability
Product |
Supported |
|---|---|
√ |
|
√ |
|
√ |
|
√ |
|
√ |
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
0 on success; else, failure. For details, see aclError.
Parent topic: aclmdlDesc