Previous topicNext topic
Help > XEngine_Core > XEngine_Core > NetCore_Socket > NetCore_TCPSocket > NetCore_TCPXCore >
NetCore_TCPXCore_GetAllEx

函数

NetCore_TCPXCore_GetAllEx

说明

获取所有客户端列表

语法

BOOL NetCore_TCPXCore_GetAllEx(XHANDLE xhNet,CHAR * **pppszListClient, int* pInt_Count)

参数

 参数.一:pppszListClient
  In/Out:Out
  类型:指向字符指针的指针的指针
  可空:N
  意思:输出客户端地址列表,此内存需要手动释放
 参数.二:pInt_Count
  In/Out:Out
  类型:整数型指针
  可空:N
  意思:输出客户端个数

返回值

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

备注

pppszListClient需要调用基础库的内存管理模板的BaseLib_OperatorMemory_Free函数