There are various ways of exiting a process:
e.g.: ExitProcess, ExitThread (from the main thread), exit, abort, return from main, terminate.
I\'d like to know th
See the source code of ExitProcess() (posted on compuserve, usenet)