Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Ralf Brown's Interrupt List (Part 1,2) - int 15 - topview - send message - addr - get handle of message sender http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INT 15 - TopView - SEND MESSAGE - "ADDR" - GET HANDLE OF MESSAGE SENDER
        AH = 12h
        BH = 03h
        BL = object
            00h mailbox handle in DWORD on top of stack
            02h sender of last msg read from mailbox (task's handle on stack)
            03h sender of last msg read from current task's mailbox
Return: DWORD on stack is task handle of message sender
SeeAlso: AH=12h/BH=00h

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