Interrups | Categories | Contents |
AH = 12h BH = 02h BL = object 00h handle in DWORD on top of stackwindow:
Close window and freetimer:
Free timerpanel:
Free panel objectpointer:
Free pointer 01h task's window handle - kills task, never returns 02h given task's mailbox (task's handle on top of stack) 03h current task's mailbox 04h given task's keyboard (task's handle on top of stack) 05h current task's keyboard object
Return:
STACK popped if handle passed on stack
Notes: When a window is freed, its keyboard and pointer objects are freed; task windows also free any mailbox, objectq, and panel objects held by the task and any child tasks. If the keyboard being freed is the default keyboard for a task, this call is equivalent to CLOSE. Panel and pointer objects are automatically closed if open
See Also: AH=12h/BH=01h - AH=12h/BH=0Dh - AH=12h/BH=82h
Category: DESQview/TopView and Quarterdeck Programs - Int 15h - T
Interrups | Categories | Contents |