Int 21/AX=5F37h

Prev Next Ralf Interrups Categories Contents

------

Named Pipes - DosCallNmPipe

AX = 5F37h
DS:SI -> DosCallNmPipe stack frame (see #01704)

Return:
CF clear if successful CX = bytes read CF set on error AX = error code

Note: This function was introduced by LAN Manager but is also supported by the Novell DOS Named Pipe Extender, Banyan VINES, OS/2 Virtual DOS Machines, and others

See Also: AX=5F36h - AX=5F38h

Format of Named Pipes DosCallNmPipe stack frame: Offset Size Description (Table 01704) 00h DWORD timeout 04h DWORD -> bytes read WORD (not used!) 08h WORD out buffer length 0Ah DWORD address of out buffer 0Eh WORD in buffer length 10h DWORD address of in buffer 14h DWORD address of pipe name

Category: Network - Int 21h - N

------

Prev Next Ralf Interrups Categories Contents