Int 15/AX=DE20h

lup.gif ldown.gif Interrups Categories Contents

rbline.gif

DESQview v2.26+ - DISPATCHINT - INTERRUPT ANOTHER TASK

AX = DE20h
BX = segment of handle of task to interupt
DX:CX -> FAR interrupt routine
BP,SI,DI,DS,ES as required by 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

See Also: AX=1021h - AX=DE2Ah

Category: DESQview/TopView and Quarterdeck Programs - Int 15h - D

rbline.gif

lup.gif ldown.gif Interrups Categories Contents