Previous topicNext topic
Help > XEngine_RfcComponents > RfcComponents_HttpProtocol > HttpProtocol_Server2 >
HttpProtocol_Server2_GetPoolEx

函数

HttpProtocol_Server2_GetPoolEx

功能

获取对应池化客户端列表

语法

BOOL HttpProtocol_Server2_GetPoolEx(XHANDLE xhToken, int nPoolIndex, RFCCOMPONENTS_HTTP_PKTCLIENT*** pppSt_ListClient, int* pInt_ListCount)

参数

 参数.一:nPoolIndex
  In/Out:In
  类型:整数型
  可空:N
  意思:输入池化索引
 参数.二:pppSt_ListClient
  In/Out:Out
  类型:三级指针
  可空:N
  意思:输出获取到的对应类表
 参数.三:pInt_ListCount
  In/Out:Out
  类型:三级指针
  可空:N
  意思:输出客户端列表个数

返回值

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

备注

参数二需要调用基础库的内存释放函数BaseLib_OperatorMemory_Free进行内存释放

示例