MPE/iX Intrinsics Reference Manual (32650-90905)

426 Chapter8
Command Definitions (HPMERGEEND-LOGSTATUS)
HPPIPE
Operation Notes
Enables creation of a pipe, which is a nameless object that can only be reached from
members of its process's family. Returns two file numbers to the calling process that
represent the write and read ends of the pipe. Use the FWRITE and FREAD intrinsics to read
and write to the pipe. Data is returned in a first in, first out manner.
Related Information
Intrinsics FCLOSE, FCONTROL, FFILEINFO and FCHECK
Manual Resource Management Programmer's Guide