acltdtSetQueueRouteQueryInfo
Description
Sets the conditions for querying queue route relationships.
Prototype
aclError acltdtSetQueueRouteQueryInfo(acltdtQueueRouteQueryInfo *param, acltdtQueueRouteQueryInfoParamType type, size_t len, const void *value)
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
param |
Input/Output |
Pointer to the conditions for querying queue route relationships. acltdtCreateQueueRouteQueryInfo |
type |
Input |
Parameter type. |
len |
Input |
Parameter value length.
|
value |
Input |
Pointer to the parameter value. |
Returns
The value 0 indicates success, and other values indicate failure. For details, see aclError.
Parent topic: acltdtQueueRouteQueryInfo