[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INT 21 - European MSDOS 4.0 - "PIPE" - CREATE A NEW PIPE
        AH = 93h
        CX = size in bytes
Return: CF clear if successful
            AX = read handle
            BX = write handle
        CF set on error
            AX = error code (08h) (see AH=59h)
Desc:   create a communications channel which may be used for interprocess
          data and command exchanges
SeeAlso: AH=3Fh,AH=40h,AH=84h

See Also: 213C
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson