Quellcode durchsuchen

+ Added CreatePipeHandles call to interface

michael vor 21 Jahren
Ursprung
Commit
d566e92a85
1 geänderte Dateien mit 5 neuen und 1 gelöschten Zeilen
  1. 5 1
      fcl/inc/pipes.pp

+ 5 - 1
fcl/inc/pipes.pp

@@ -44,6 +44,7 @@ Type
       Function Read (Var Buffer; Count : Longint) : longint; Override;
     end;
 
+Function CreatePipeHandles (Var Inhandle,OutHandle : Longint) : Boolean;
 Procedure CreatePipeStreams (Var InPipe : TInputPipeStream;
                              Var OutPipe : TOutputPipeStream);
 
@@ -123,7 +124,10 @@ end;
 end.
 {
   $Log$
-  Revision 1.3  2002-09-07 15:15:25  peter
+  Revision 1.4  2004-08-11 21:42:47  michael
+  + Added CreatePipeHandles call to interface
+
+  Revision 1.3  2002/09/07 15:15:25  peter
     * old logs removed and tabs fixed
 
 }