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 - desqview 2.2+ - send message - setflags - set object flags http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INT 15 - DESQview 2.2+ - SEND MESSAGE - "SETFLAGS" - SET OBJECT FLAGS
        AH = 12h
        BH = 15h
        BL = object
            00h DWORD on top of stack
                mailbox, keyboard, or pointer only
            02h mailbox for task whose handle is on top of stack
            03h mailbox for current task
            04h keyboard for task whose handle is on top of stack
            05h keyboard for current task
        STACK: DWORD flags
                if mailbox:
                        bit 0: all mail messages in common memory
                        bit 1: allow write even if closed
                        bit 2: don't erase messages when mailbox closed
                if keyboard:
                        bit 5: exclusive input when keyboard in use for input
Return: nothing
Notes:  only available if the API level has been set to at least 2.20
        equivalent to performing SUBFROM and ADDTO calls on the object
SeeAlso: AH=12h/BH=0Ah,AH=12h/BH=0Bh,AH=12h/BH=16h

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