DosExit Parameter - action
action
(
ULONG
) - input
Ends the process and all of its threads.
The values of this field are as follows:
EXIT_THREAD
The current thread ends.
EXIT_PROCESS
All threads in the process end.
[Back: DosExit - Syntax]
[Next: DosExit Parameter - result]