To open the system-supplied launcher reliably, enqueue a keyDownEvent that
contains a launchChr, as shown in the section 'Application Launcher' of the
user interface chapter in the Palm OS Programmer's Companion.
EventType newEvent;
newEvent.eType = keyDownEvent;
newEvent.data.keyDown.chr = launchChr;
newEvent.data.keyDown.modifiers = commandKeyMask;
EvtAddEventToQueue (&newEvent);
"Gaurav Palvia" <[EMAIL PROTECTED]> wrote in message
news:62734@palm-dev-forum...
>
> Hi folks,
> Is there any other way to exit an app besides sending the app stop
> event.Any function which immemdiately shuts down the application
>
>
>
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/