Interrups | Categories | Contents |
AX = 1021h BX = segment of object handle for task to interrupt (not self) DX:CX -> FAR routine to jump to next time task is run
Return:
Nothing
Notes: 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. Multiple PGMINTs to a single task are processed last-in first-out. If the other task is in a DOS or DV API call, the interruption will occur on return from that call
Category: DESQview/TopView and Quarterdeck Programs - Int 15h - T
Interrups | Categories | Contents |