Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (中文) » MobiLink - 服务器启动的同步 » 用于 Palm 设备的 MobiLink 监听器 C API

 

PalmLsnAllocate 方法

返回一个新的 a_palm_msg 实例。

语法
struct a_palm_msg * PalmLsnAllocate(  )
返回值

所有字段均初始化为 0 的新的 a_palm_msg 实例。

另请参见
示例

以下示例使用 PalmLsnAllocate 分配一个 a_palm_msg 实例:

a_palm_msg * ulMsg;

// Allocate a message structure
ulMsg = PalmLsnAllocate();