Windows Programming/Interprocess Communication

This page of the Windows Programming book is a stub. You can help by expanding it. Category:Book:Windows Programming/Stubs When we have multiple threads and fibers working together in a single process, or when we have multiple processes working together in a job, we often need to allow processes and threads to communicate with each other. This is done using a series of different tools provided by Windows.

Pipes

Unnamed Pipes

Named Pipes

Mailslots

Sockets

Next Chapter

Category:Book:Windows Programming#Interprocess%20Communication%20
Category:Book:Windows Programming Category:Book:Windows Programming/Stubs