Previous topicNext topic
Help > XEngine_RfcComponents > RfcComponents_HttpProtocol > HttpProtocol_Server2 >
HttpProtocol_Server2_PKTWindowEx

函数

HttpProtocol_Server2_PKTWindowEx

功能

打包更新滑动窗口协议

语法

BOOL HttpProtocol_Server2_PKTWindowEx(XHANDLE xhToken, CHAR* ptszMsgBuffer, int* pInt_MsgLen, int nWindowIncrement)

参数

 参数.一:ptszMsgBuffer
  In/Out:Out
  类型:字符指针
  可空:N
  意思:输出打好包的缓冲区
 参数.二:pInt_MsgLen
  In/Out:Out
  类型:整数型指针
  可空:N
  意思:输出缓冲区大小
 参数.三:nWindowIncrement
  In/Out:In
  类型:整数型
  可空:N
  意思:输入允许的滑动窗口大小

返回值

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

备注

一般用作于和SETTING一起

示例