Destroying a Secondary Thread

Secondary threads should be terminated when they are no longer required, to reduce the context-switching overhead of the operating system. The method of termination depends upon how the secondary thread was created, and whether or not it has created object windows.


[Back: Creating Another Process]
[Next: Threads Containing Object Windows]