[Overview][Constants][Classes][Procedures and functions] |
Create a pair of pipe stream.
Source position: pipes.pp line 47
procedure CreatePipeStreams( |
var InPipe: TInputPipeStream; |
var OutPipe: TOutputPipeStream |
); |
InPipe |
|
Contains the read end of the pipe on return |
OutPipe |
|
Contains the write end of the pipe on return. |
CreatePipeStreamscreates a set of pipe file descriptors with CreatePipeHandles, and if that call is succesfull, a pair of streams is created: InPipeand OutPipe.
If no pipe handles could be created, an EPipeCreationexception is raised.
|
Function to create a set of pipe handles |
|
|
TStreamdescendent which wraps the read end of a pipe. |
|
|
TStreamdescendent which wraps the write end of a pipe. |