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

SQL Anywhere 11.0.1 (Deutsch) » MobiLink - Serverinitiierte Synchronisation » C-API des MobiLink Listeners für Palm-Geräte

 

PalmLsnAllocate-Methode

Gibt eine neue a_palm_msg-Instanz zurück.

Syntax
struct a_palm_msg * PalmLsnAllocate(  )
Rückgabe

Eine neue a_palm_msg-Instanz mit allen Feldern auf NULL initialisiert.

Siehe auch
Beispiel

Das folgende Beispiel verwendet PalmLsnAllocate für die Zuweisung einer a_palm_msg-Instanz:

a_palm_msg * ulMsg;

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