Threads are one of the most exciting and useful features in Win32 API. Threads allow you to decompose a program into multiple threads. In this article you will learn the basic concepts of creating threads in the Win32 program.
Full text reading:
Win32 programming preliminary thread