At 8:30 AM -0500 2000/01/06, Ralph Krausse wrote:
>Thanks for all the help. I ended up adding a stop event to the queue...
>
> EventType event;
Always remember to clear the other fields of the event record before enqueueing the
event, e.g.:
MemSet (&event, sizeof(EventType), 0);
> event.eType = appStopEvent;
> EvtAddEventToQueue(&event);
This aids in future OS compatibility and should be done for all posted events
regardless of their type.
Regards,
Jim Schram
3Com/Palm Computing
Partner Engineering
- Re: Ending an application Charles Rezsonya
- RE: Ending an application Ralph Krausse
- Re: Ending an application ron
- Re: Ending an application Doug Chamberlin
- RE: Ending an application Ralph Krausse
- Re: Ending an application Holger Klawitter
- Re: Ending an application Brian Mathis
- Re: Ending an application Charles Rezsonya
- RE: Ending an application Richard Hartman
- RE: Ending an application Richard Hartman
- RE: Ending an application Jim Schram
- RE: Ending an application Ralph Krausse
- RE: Ending an application Ralph Krausse
- Re: Ending an application Charles Rezsonya
- RE: Ending an application Miller, Gary
- RE: Ending an application Richard Hartman
- RE: Ending an application Richard Hartman
- Re: Ending an application Brian Mathis
- RE: Ending an application Ralph Krausse
- RE: Ending an application Richard Hartman
- RE: Ending an application Neil Brown
