Process Termination
There are two exceptions a thread may receive when it is about to end:
XCPT_PROCESS_TERMINATE, and
XCPT_ASYNC_PROCESS_TERMINATE.
A thread receives XCPT_PROCESS_TERMINATE after it calls DosExit to end itself or the entire process. This exception is not continuable.
Additional Parameters: