Browse Source

+ Added CreatePipeHandles call to interface

michael 21 năm trước cách đây
mục cha
commit
d566e92a85
1 tập tin đã thay đổi với 5 bổ sung1 xóa
  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
 
 }