Int 61/AX=0001h/SF=0004h

Prev Next Ralf Interrups Categories Contents

------

Banyan VINES - Soclose - CLOSE A SOCKET

AX = 0001h subfn 0004h
DS:DX -> communications control block (function 0004h) (see #03337)

Return:
AX = status (0000h-000Ah,0097h) (see #03325)

Range:
INT 60h to INT 66h

Note: The Banyan interrupt handler is identified by the string "BANV" in the four bytes immediately preceding the interrupt handler

See Also: AX=0001h/SF=0001h - INT 15/AX=DE2Eh

Format of VINES control block to close socket: Offset Size Description (Table 03337) 00h WORD 0004h 02h WORD pointer to argument block (see #03338) 04h WORD error return code (see #03325) 06h 4 BYTEs reserved

See Also: #03334 - #03340

Format of VINES argument block for closing socket: Offset Size Description (Table 03338) 00h WORD socket identifier

See Also: #03335 - #03337 - #03341

Category: Network - Int 61h - B

------

Prev Next Ralf Interrups Categories Contents