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.

  • If the attribute is of type *_UINT64, set this parameter to 8.
  • If the attribute is of type *_UINT32, set this parameter to 4.
  • If the attribute is of type *_PTR, set this parameter to 4 for 32-bit OS or 8 for 64-bit OS.

value

Input

Pointer to the parameter value.

Returns

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