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 2f - multiplex - communicating applications spec - delete file http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INT 2F - Multiplex - Communicating Applications Spec - DELETE FILE
        AX = CB08h
        BX = event handle
        CX = receive file number
            0000h delete ALL received files and receive control file
            N     delete Nth received file
        DL = queue
            00h delete control file in task queue
            01h delete file in receive queue, as given by CX
            02h delete control file in log queue (individual deletions not
                recommended, to maintain integrity of log)
Return: AX = 0000h successful
           < 0     error code (see AX=CB01h)\
SeeAlso: AX=CB09h

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