Previous topicNext topic
Help > XEngine_RfcComponents > RfcComponents_ProxyProtocol > ProxyProtocol_Tunnel >
ProxyProtocol_TunnelCore_Packet

函数

ProxyProtocol_TunnelCore_Packet

功能

打包处理结果

语法

BOOL ProxyProtocol_TunnelCore_Packet(CHAR* ptszMsgBuffer, int* pInt_MsgLen, int nHttpCode = 200)

参数

 参数.一:ptszMsgBuffer
  In/Out:Out
  类型:字符指针
  可空:N
  意思:导出打好包的内容
 参数.二:pInt_MsgLen
  In/Out:Out
  类型:整数型指针
  可空:N
  意思:打包的大小
 参数.三:nHttpCode
  In/Out:In
  类型:整数型
  可空:Y
  意思:输入结果,支持;200,400,401,500

返回值

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

备注

 

示例