Multithreading Samples

MFC distinguishes two types of threads: worker threads and user-interface threads. A user-interface thread has its own message pump for handling user-interface events separately from other threads. A worker thread does not have its own message pump.

See Also

Microsoft Foundation Class Library Samples Index