Previous topicNext topic
Help > XEngine_RfcComponents > RfcComponents_WSProtocol > RfcComponents_WSPacket >
RfcComponents_WSPacket_GetLoginEx

函数

RfcComponents_WSPacket_GetLoginEx

功能

获取登录结果

语法

BOOL RfcComponents_WSPacket_GetLoginEx(XHANDLE xhToken, LPCSTR lpszClientAddr, BOOL * pbLogin)

参数

 参数.一:lpszClientAddr
  In/Out:In
  类型:常量字符指针
  可空:N
  意思:输入要获取的客户端地址
 参数.二:pbLogin
  In/Out:Out
  类型:逻辑型指针
  可空:N
  意思:输出是否设置登录

返回值

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

备注

 

示例