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]

        Get next record

        Entry:
          AH = 12h
          BH = 04h
          BL = object
               00h handle is DWORD on top of stack
                   Window: read next logical line
                   Mailbox: wait for and get next message
                   Pointer: wait for and get next message
               01h read the next logical line from task's default window
               02h get next message from mailbox (task's handle on top
                                                  of stack)
               03h get next message from current task's mailbox
               04h get the next input from keyboard (handle on top of stack)
               05h get the next input from task's default keyboard
               06h wait for input from any object in OBJECTQ
                   (handle on stack)
               07h wait for input from any object in task's default OBJECTQ

        Return:
          STACK: (if objectq) DWORD handle of object with input
                 (otherwise)  DWORD number of bytes
                              DWORD address

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