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 15 - desqview 2.26+ - dispatchint - interrupt another task http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INT 15 - DESQview 2.26+ - "DISPATCHINT" - INTERRUPT ANOTHER TASK
        AX = DE20h
        BX = segment of handle of task to interupt
        DX:CX -> FAR interrupt routine
Return: nothing
Notes:  unlike "PGMINT" (AX=1021h), DISPATCHINT may be applied to the task
          making the DISPATCHINT call
        multiple "DISPATCHINT" calls are processed in the order in which they
          were executed
        the FAR routine is entered with the current ES, DS, SI, DI, and BP
          values, using the task's internal stack (see AX=101Ah); only SS:SP
          needs to be preserved
        this API call may be made from within a hardware interrupt handler
SeeAlso: AX=1021h

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