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]


        Communicating Applications Spec - Find first queue entry

        Entry:
          AX = CB05h
          CX = status of events to find
              0000h successful completion
              0001h waiting to be processed
              0002h number has been dialed
              0003h connection established, sending
              0004h connection established, receiving
              0005h even aborted
              FFFFh find any event, regardless of status
              other negative values, match error code
          DH = direction
              00h chronological order, earliest to latest
              01h reverse chronological order, latest to earliest
          DL = queue to search
              00h task queue
              01h receive queue
              02h log queue
        Return:
          AX = 0000h successful
            BX = event handle for found event
          < 0      error code (see AX=CB01h)

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