 |
 |
Pipe ..msdn Add comment |
 |
|
ConnectNamedPipe
|
|
Enables a named pipe server process to wait for a client process to connect to an instance of a named pipe. |
|
 |
 |
 |
|
CreateNamedPipe
|
|
Creates an instance of a named pipe and returns a handle for subsequent pipe operations. |
|
 |
 |
 |
|
CreatePipe
|
|
The CreatePipe function creates an anonymous pipe, and returns handles to the read and write ends of the pipe.
|
|
 |
 |
 |
|
DisconnectNamedPipe
|
|
Disconnects the server end of a named pipe instance from a client process. |
|
 |
 |
 |
|
SetNamedPipeHandleState
|
|
Sets the read mode and the blocking mode of the specified named pipe. If the specified handle is to the client end of a named pipe and if the named pipe server process is on a remote computer, the function can also be used to control local buffering.
|
|
 |
 |
 |
 |
| Code examples: |
 |
|
|
 |
|
|