Int 61 Fn 0008 - Banyan Vines - Talkport Service - Intercept Vines 25th- [N]
AX = 0008h
BX = 0003h
DS:DX -> request block (see #3113)
Return: AX = status
0000h successful
0001h network software not installed or incompatible
Notes: message handler should not call BIOS or DOS functions, and should
either call next handler or simply return
to stop intercepting messages, set prev and next request blocks to
point at each other
See Also: AX=0008h/BX=0002h
Format of VINES request block for 25-th line messages:
Offset Size Description (Table 3113)
00h DWORD pointer to user-written message handler
04h DWORD pointer to next request block (filled in by VINES)
08h DWORD pointer to previous request block (filled in by VINES)
0Ch DWORD pointer to message storage area (filled by VINES) (see #3114)
Format of message storage area:
Offset Size Description (Table 3114)
00h 16 BYTEs IPC port of message sender (see #2999)
10h BYTE message flags
11h WORD reserved
13h BYTE length of message
14h 80 BYTEs message text
See Also: #3113