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

函数

RfcComponents_SIPServer_FindAddr

功能

查找一个用户的通信地址

语法

BOOL RfcComponents_SIPServer_FindAddr(LPCSTR lpszClientUser, CHAR *ptszClientAddr)

参数

 参数.一:lpszClientUser
  In/Out:In
  类型:常量字符指针
  可空:N
  意思:输入要查找的用户名
 参数.二:ptszClientAddr
  In/Out:Out
  类型:字符指针
  可空:N
  意思:输出查找到的用户通信地址

返回值

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

备注

 

示例