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 60 - ftp packet driver 1.09+ - high-perf func - asynchronous send packet http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INT 60 - FTP Packet Driver 1.09+ - HIGH-PERF FUNC - ASYNCHRONOUS SEND PACKET
        AH = 0Bh
        DS:SI -> buffer
        CX = length of buffer
        ES:DI -> FAR function to call when buffer becomes available
Return: CF set on error
            DH = error code (0Bh,0Ch) (see AX=01FFh)
        CF clear if successful
Note:   unlike function 04h, the buffer is not available for modification as
          soon as the call returns; the buffer may be queued by the driver and
          not processed until later
SeeAlso: AH=04h"Packet Driver"

Completion function called with:
        AX = result
            00h copy OK
            nonzero error
        ES:DI -> buffer passed to INT 60/AH=0Bh call

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