Slide 6.12: Palm OS Developer Suite (cont.) Slide 6.14: Application startup and stop Home |
main
in C programs.
To launch an application, the system calls PilotMain
and sends it a launch code.
The launch code may specify that the application is to become active and display its user interface (called a normal launch), or it may specify that the application should simply perform a small task and exit without displaying its user interface.