Interrups | Categories | Contents |
AH = 12h BH = 0Eh BL = object 00h handle is DWORD on top of stackwindow:
Clear from scroll origin to end of windowkeyboard:
Discard inputtimer:
Cancel current intervalpointer:
Discard all pending messagesmailbox:
Discard all pending messages 01h clear task's default window from scroll origin to end 02h discard all queued messages in mailbox (handle on top of stack) 03h discard all queued messages in current task's default mailbox 04h discard all input queued to KEYBOARD (handle on top of stack) 05h discard all input queued to task's default KEYBOARD 06h remove all objects from OBJECTQ (task's handle on top of stack) 07h remove all objects from current task's OBJECTQ 0Ch (DV 2.26+) clear window of task owning handle on top of stack 0Dh (DV 2.26+) clear default window of parent of current task
Return:
STACK popped if handle passed on stack
Note: When an OBJECTQ is erased, each object in the OBJECTQ is also erased
See Also: AH=12h/BH=02h
Category: DESQview/TopView and Quarterdeck Programs - Int 15h - T
Interrups | Categories | Contents |