acltdtQueryQueueRoutes

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

The value 0 indicates success, and other values indicate failure. For details, see aclError.