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