[Overview][Constants][Classes][Procedures and functions] | Reference for unit 'Pipes' (#fcl) |
Function to create a set of pipe handles
Source position: pipes.pp line 50
function CreatePipeHandles( |
var Inhandle: THandle; |
var OutHandle: THandle |
):Boolean; |
Inhandle |
|
File handle for reading end of the pipe |
OutHandle |
|
File handle for writing end of the pipe |
True if the call was succesul, False if not.
CreatePipeHandles provides an OS-independent way to create a set of pipe filehandles. These handles are inheritable to child processes. The reading end of the pipe is returned in InHandle, the writing end in OutHandle.
On error, False is returned.
|
Create a pair of pipe stream. |
No notes exist for this page yet.