Previous topicNext topic
Help > XEngine_BaseLib > XEngine_BaseLib > BaseLib_Memory >
BaseLib_Memory_MSGFree

函数

BaseLib_Memory_MSGFree

功能

释放缓冲区内存数据

语法

bool BaseLib_Memory_MSGFree(XENGINE_MSGBUFFER* pSt_MSGBuffer)

参数

 参数.一:pSt_MSGBuffer
  In/Out:In
  类型:数据结构指针
  可空:N
  意思:输入要释放的内存

返回值

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

备注

 

示例