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