INT 61 - Banyan VINES - SET PORTS FOR A SERVICE                                 
	AX = 0007h
	BX = 0004h
	DS:DX -> StreetTalk name of service (max 64 bytes)
	DS:DI -> port record block (see #03435)
Return: AX = status (see #03432)
SeeAlso: AX=0007h/BX=0002h,AX=0007h/BX=0003h,AX=0007h/BX=000Ah


Format of VINES port record block:
Offset	Size	Description	(Table 03435)
 00h	WORD	number of 17-byte elements
 02h	BYTE	port type for first port
 03h 16 BYTEs	first IPC(Inter-Process Communication) Any one of numerous methods for allowing two or more separate processes to exchange data. port (see #03328)
 13h	BYTE	port type for second port
 14h 16 BYTEs	second IPC(Inter-Process Communication) Any one of numerous methods for allowing two or more separate processes to exchange data. port (see #03328)
 24h	BYTE	port type for third port
 25h 16 BYTEs	third IPC(Inter-Process Communication) Any one of numerous methods for allowing two or more separate processes to exchange data. port (see #03328)
 35h	BYTE	port type for fourth port
 36h 16 BYTEs	fourth IPC(Inter-Process Communication) Any one of numerous methods for allowing two or more separate processes to exchange data. port (see #03328)
 46h	BYTE	port type for fifth port
 47h 16 BYTEs	fifth IPC(Inter-Process Communication) Any one of numerous methods for allowing two or more separate processes to exchange data. port (see #03328)
 57h	BYTE	reserved
SeeAlso: #03433