Prev
Open Object Rexx
Next
8.13. SysCreatePipe (Unix only)
>>-SysCreatePipe()---------------------------------------------><
Creates an unnamed pipe.
Returns:
Returns a string like
"handle handle"
where the first handle is for read and the second handle for write.
Prev
8.12. SysCreateMutexSem
Up
Home
Next
8.14. SysCurPos (Windows only)