Int 15/AH=12h/BH=02h

lup.gif ldown.gif Interrups Categories Contents

rbline.gif

TopView - SEND MESSAGE - FREE - FREE AN OBJECT

AH = 12h
BH = 02h
BL = object
00h handle in DWORD on top of stack

window:
Close window and free

timer:
Free timer

panel:
Free panel object

pointer:
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

rbline.gif

lup.gif ldown.gif Interrups Categories Contents