Previous topicNext topic
Help > XEngine_BaseLib > XEngine_BaseLib > BaseLib_Memory >
BaseLib_Memory_FreeCStyle

函数

BaseLib_Memory_FreeCStyle

功能

释放内存

语法

BOOL BaseLib_Memory_FreeCStyle(VOID** ppszPoint)

参数

 参数.一:ppszPoint
  In/Out:In
  类型:字符指针
  可空:N
  意思:要释放的内存

返回值

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

备注

 

示例