Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Ralf Brown's Interrupt List (Part 1,2) - int 61 - banyan vines - get ports for a service http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INT 61 - Banyan VINES - GET PORTS FOR A SERVICE
        AX = 0007h
        BX = 0002h
        DS:DX -> StreetTalk service name
        DS:DI -> port record block (see below)
Return: AX = status
            0000h successful
            0001h PC network software not installed or incompatible
            03E9h incorrect name syntax
            03EAh organization name too long
            03EBh group name too long
            03ECh item name too long
            03EDh StreetTalk name too long
            03F3h organization not found
            03F4h group not found
            03F5h StreetTalk name not found
            03F8h not a StreetTalk name
            040Dh appropriate StreetTalk name unavailable

Format of port record block:
Offset  Size    Description
 00h    WORD    number of 17-byte elements
 02h 17 BYTEs   element (byte 00h = input port type, bytes 01h-10h = port)
                (see AX=0001h#"Sosock" for port format)

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson