Previous topicNext topic
Help > XEngine_RfcComponents > RfcComponents_SIPPorotocol > RfcComponents_SIPServer >
RfcComponents_SIPServer_Exist

函数

RfcComponents_SIPServer_Exist

功能

检查一个客户端句柄是否已经存在

语法

BOOL RfcComponents_SIPServer_Exist(LPCSTR lpszClientID)

参数

 参数.一:lpszClientID
  In/Out:In
  类型:常量字符指针
  可空:N
  意思:输入要判断的客户端

返回值

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

备注

 

示例