acltdtQueryQueueRoutes
Applicability
Product |
Supported |
|---|---|
√ |
|
√ |
|
√ |
|
√ |
|
√ |
Description
Queries the routes of a data queue based on specific conditions.
Prototype
aclError acltdtQueryQueueRoutes(const acltdtQueueRouteQueryInfo *queryInfo, acltdtQueueRouteList *qRouteList)
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
queryInfo |
Input |
Pointer to the query conditions. Call acltdtCreateQueueRouteQueryInfo to create data of the acltdtQueueRouteQueryInfo type in advance. |
qRouteList |
Input/Output |
Pointer to the route list. Call acltdtCreateQueueRouteList to create data of the acltdtQueueRouteList type in advance. |
Returns
0 on success; else, failure. For details, see aclError.
Parent topic: Shared Queue Management