Previous topicNext topic
Help > XEngine_Core > XEngine_ManagePool > ThreadPool >
ManagePool_Thread_DTThreadListEx

函数

ManagePool_Thread_DTThreadListEx

功能

获取线程编号列表

语法

bool ManagePool_Thread_DTThreadListEx(XHANDLE xhPool, int*** pppInt_ThreadList, int* pInt_ListCount)

参数

 参数.一:xhPool
  In/Out:In
  类型:句柄
  可空:N
  意思:输入要操作的线程池
 参数.二:pppInt_ThreadList
  In/Out:Out
  类型:三级指针
  可空:N
  意思:输出线程编号
 参数.三:pInt_ListCount
  In/Out:Out
  类型:整数型指针
  可空:N
  意思:输出队列个数

返回值

类型:逻辑型
意思:是否成功

备注

 

示例