Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Interrupts & Ports - Norton Guide http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]

        Erase object

        Entry:
          AH = 12h
          BH = 0Eh
          BL = object
               00h handle is DWORD on top of stack
                   Window:   clear
                   Keyboard: discard input
                   Timer:         cancel current interval
                   Pointer:  discard all pending messages
               01h clear task's default window
               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

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson