[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INT 60 - FTP Packet Driver - EXTENDED FUNC - GET STATISTICS
        AH = 18h
        BX = handle (optional for v1.10+)
Return: CF set on error
            DH = error code (01h) (see AX=01FFh)
        CF clear if successful
            DS:SI -> statistics (see below)

Format of statistics:
Offset  Size    Description
 00h    DWORD   packets in
 04h    DWORD   packets out
 08h    DWORD   bytes in
 0Ch    DWORD   bytes out
 10h    DWORD   errors in
 14h    DWORD   errors out
 18h    DWORD   packets dropped

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