Hi,

I agree with Prabakar MP, but it would be wiser to use the EventType structure instead of an unallocated pointer.

EventType event;

MemSet(&event, sizeof(event), 0);
event.eType = appStopEvent;
EvtAddEventQueue(&event);


Regards,
Seb

----- Original Message ----- From: "Prabakar MP" <[EMAIL PROTECTED]>
To: "Palm Developer Forum" <[email protected]>
Sent: Monday, May 30, 2005 9:16 AM
Subject: RE: Quit Application


Hi,

If you like to Exit an Application, try to use the below code line and tell me the status.

"EventPtr eventP;
eventP->eType = appStopEvent;
EvtAddEventQueue(eventP);"

- Prabakar.

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of sachin
jesukaran
Sent: Friday, May 27, 2005 3:17 PM
To: Palm Developer Forum
Subject: Quit Application


hi everyone,

i wanted to know how to quit an palm application.
is any palm function available .

please help me out with this..

bye.thank u.

________________________________________________________________________
Yahoo! India Matrimony: Find your life partner online
Go to: http://yahoo.shaadi.com/india-matrimony

--
For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

--
For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

--
For information on using the PalmSource Developer Forums, or to unsubscribe, 
please see http://www.palmos.com/dev/support/forums/

Reply via email to