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