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

SQL Anywhere 10.0.1 » MobiLink - Server-Initiated Synchronization » MobiLink Listener SDK for Palm » Message processing interface

Overview Next Page

PalmLsnAllocate function


Returns a new a_palm_msg instance.

Prototype

struct a_palm_msg * PalmLsnAllocate( )

Return value

A new a_palm_msg instance with all fields initialized to zero.

See also
Example

The following example uses PalmLsnAllocate to allocate an a_palm_msg instance.

a_palm_msg * ulMsg;

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