XCPT_PROCESS_TERMINATE

Process Termination

There are two exceptions a thread may receive when it is about to end:

A thread receives XCPT_PROCESS_TERMINATE after it calls DosExit to end itself or the entire process. This exception is not continuable.

Additional Parameters:


[Back: XCPT_NONCONTINUABLE_EXCEPTION]
[Next: XCPT_ASYNC_PROCESS_TERMINATE]