Returns a new a_palm_msg instance.
struct a_palm_msg * PalmLsnAllocate( )
A new a_palm_msg instance with all fields initialized to zero.
The following example uses PalmLsnAllocate to allocate an a_palm_msg instance:
a_palm_msg * ulMsg; // Allocate a message structure ulMsg = PalmLsnAllocate(); |
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |