The following functions can be used for a_palm_msg allocation, message field initialization, and message processing.
Message allocation You can use the following functions for message allocation and deallocation:
PalmLsnAllocate function PalmLsnFree functionMessage field initialization You can use the following functions to assign values to the message, sender, and time fields of an a_palm_msg instance:
PalmLsnDupMessage function PalmLsnDupSender function PalmLsnDupTime functionMessage processing You can use the PalmLsnProcess function to process a message's fields and launch an application.
See PalmLsnProcess function.