Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The following examples demonstrate the use of pipes to pass a continuous stream of data between processes:
- Multithreaded pipe server
- Named pipe server using overlapped I/O
- Named pipe server using completion routines
- Named pipe client
- Transactions on named pipes