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

函数

ProxyProtocol_SocksCore_ParseAuth

功能

解析验证类型

语法

bool ProxyProtocol_SocksCore_ParseAuth(LPCXSTR lpszMsgBuffer, int nMsgLen, ENUM_RFCCOMPONENTS_PROXYSOCKS_AUTH* penListAuth, int* pInt_Count)

参数

 参数.一:lpszMsgBuffer
  In/Out:In
  类型:常量字符指针
  可空:N
  意思:输入要解析的缓冲区内容
 参数.二:nMsgLen
  In/Out:In
  类型:整数型
  可空:N
  意思:输入缓冲区大小
 参数.三:penListAuth
  In/Out:Out
  类型:枚举型指针
  可空:N
  意思:输出客户端支持的验证类型列表,由用户提供内存,最大也就6个数组
 参数.四:pInt_Count
  In/Out:Out
  类型:整数型指针
  可空:N
  意思:输出列表个数

返回值

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

备注

 

示例