[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Int 61 Fn 0003  - Banyan Vines - Async Terminal Emulation - Get File Tran  [N]

   AX = 0003h subfn 11h
   DS:BX -> argument block (see below)

Return: AX = status (see AX=0003h/SF=00h)

See Also: AX=0003h/SF=00h,AX=0003h/SF=12h

Format of argument block:
Offset Size    Description
 00h   BYTE    session ID (00h)
 01h   BYTE    11h (function "get file transfer parameters")
 02h   WORD    pointer to info area in caller's current DS (see below)

Format of info area:
Offset Size    Description
 00h   BYTE    protocol flag (00h none, 01h Kermit)
 01h   BYTE    direction flag (00h send, 01h receive)
 02h   BYTE    length of null-terminated PC filename
 03h   DWORD   pointer to null-terminated PC filename
 07h   BYTE    length of null-terminated host filename
 08h   DWORD   pointer to null-terminated host filename

This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson