Previous topicNext topic
Help > XEngine_RfcComponents > RfcComponents_ProxyProtocol > ProxyProtocol_Socks >
ProxyProtocol_SocksClient_LoginParse

函数

ProxyProtocol_SocksClient_LoginParse

功能

处理用户密码登录后返回的协议数据

语法

BOOL ProxyProtocol_SocksClient_LoginParse(LPCSTR lpszMsgBuffer)

参数

 参数.一:lpszMsgBuffer
  In/Out:In
  类型:常量字符指针
  可空:N
  意思:代理服务器返回的数据

返回值

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

备注

登录成功返回真,登录失败返回假

示例