111,101
社区成员




public struct TLQQUE_LIST
{
[MarshalAs(UnmanagedType.ByValArray, SizeConst = 10000* (48+ 1))]
public char[] queNames; /* 保存返回的队列名 */
public int queNum; /* 队列个数 */
}
[DllImport("tl_api.dll")]
public static extern int Tlq_GetQueueList(ref TLQ_ID gid,ref TLQ_QCUHDL qcuHandle,int queType, ref TLQQUE_LIST quelist,ref TLQError tlq_errstru);
int Tlq_GetQueueList(TLQ_ID *gid,TLQ_QCUHDL *qcuHandle,int queType, TLQQUE_LIST *quelist,TLQError *tlq_errstru)