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函数