acltdtGetQueueAttr
Description
Obtains queue attributes.
Prototype
aclError acltdtGetQueueAttr(const acltdtQueueAttr *attr, acltdtQueueAttrType type, size_t len, size_t *paramRetSize, void *param)
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
attr |
Input |
Pointer to the queue attribute configuration. You need to call acltdtCreateQueueAttr to create data of the acltdtQueueAttr type in advance. |
type |
Input |
Attribute type. |
len |
Input |
Attribute value length.
|
paramRetSize |
Output |
Pointer to the actual attribute value length. |
param |
Output |
Pointer to the attribute value. |
Returns
The value 0 indicates success, and other values indicate failure. For details, see aclError.
Parent topic: acltdtQueueAttr