Int 61 Fn 0007 - Banyan Vines - Set Ports For A Service [N]
AX = 0007h
BX = 0004h
DS:DX -> StreetTalk name of service (max 64 bytes)
DS:DI -> port record block (see #3106)
Return: AX = status (see #3103)
See Also: AX=0007h/BX=0002h,AX=0007h/BX=0003h,AX=0007h/BX=000Ah
Format of VINES port record block:
Offset Size Description (Table 3106)
00h WORD number of 17-byte elements
02h BYTE port type for first port
03h 16 BYTEs first IPC port (see #2999)
13h BYTE port type for second port
14h 16 BYTEs second IPC port (see #2999)
24h BYTE port type for third port
25h 16 BYTEs third IPC port (see #2999)
35h BYTE port type for fourth port
36h 16 BYTEs fourth IPC port (see #2999)
46h BYTE port type for fifth port
47h 16 BYTEs fifth IPC port (see #2999)
57h BYTE reserved
See Also: #3104