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 - getpri - get priority within objectq http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INT 15 - DESQview 2.2+ - SEND MESSAGE - "GETPRI" - GET PRIORITY WITHIN OBJECTQ
        AH = 12h
        BH = 07h
        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
Return: STACK: DWORD object priority
Note:   initially all objects have the same default value.  Should only make
          relative adjustments to this default value.
SeeAlso: AH=12h/BH=06h

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