Previous topicNext topic
Help > XEngine_HelpComponents > HelpComponents_Packets > HelpComponents_Cache >
HelpComponents_Cache_PostEx

函数

HelpComponents_PKTCustom_PostEx

功能

投递组包函数

语法

BOOL HelpComponents_Cache_PostEx(XHANDLE xhToken, LPCSTR lpszMsgBuffer, int nMsgLen)

参数

 参数.一:lpszMsgBuffer
  In/Out:In
  类型:常量字符指针
  可空:N
  意思:要投递的数据缓冲区
 参数.二:nMsgLen
  In/Out:In
  类型:整数型
  可空:N
  意思:数据的大小

返回值

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

备注

 

示例