Multiple Threads

Each process is started with a single thread, but can create additional threads from any of its threads.

This section discusses the following topics:

·Creating Threads

·Thread Handles and Identifiers

·Suspending Thread Execution

·Synchronizing Execution of Multiple Threads

·Multiple Threads and GDI Objects

·Thread Local Storage

·Creating Windows in Threads

·Terminating a Thread

·Thread Times