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 - setpri - set priority within objectq http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INT 15 - DESQview 2.2+ - SEND MESSAGE - "SETPRI" - SET PRIORITY WITHIN OBJECTQ
        AH = 12h
        BH = 06h
        BL = object
            00h object handle in DWORD on top of stack
                mailbox, keyboard, pointer, or timer
            04h given task's keyboard (task's handle on top of stack)
            05h current task's default keyboard
        STACK: DWORD new priority of object in task's OBJECTQ
Notes:  initially all objects have the same default value.  Should only make
          relative adjustments to this default value.
        when changing priorities, all objects already on the objectq are
          reordered
SeeAlso: AH=12h/BH=07h

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