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 - get queue status http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INT 2F - Multiplex - Communicating Applications Spec - GET QUEUE STATUS
        AX = CB11h
        DL = queue to get status of
            00h task queue
            01h receive queue
            02h log queue
Return: AX >= 0  total number of changes made to queue, modulo 32768
                BX = number of control files currently in queue
                CX = number of received files (zero for task and log queues)
           < 0   error code (see AX=CB01h)
SeeAlso: AX=CB12h

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