Chapter 14 Pipes

14.1 About Pipes

Pipes let two or more related or unrelated processes communicate as if they were reading from or writing to a file. The Win32 API provides both anonymous (unnamed) pipes and named pipes. This chapter describes how to create, manage, and use pipes.