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 10 - video (desqview 2.0x only) - internal - get current window info http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INT 10 - VIDEO (DESQview 2.0x only) - internal - GET CURRENT WINDOW INFO
        AH = 82h
        DX = 4456h ('DV')
Return: DS = segment in DESQview for data structure
             in DV 2.00,
                  BYTE DS:[0] = window number
                  WORD DS:[1] = segment of other data structure
                  WORD DS:[3] = segment of window's object handle
        ES = segment of DESQview data structure for video buffer
        AL = current window number
        AH = ???
        BL = direct screen writes
            00h program does not do direct writes
            01h program does direct writes, so shadow buffer not usable
        BH = ???
        CL = current video mode
        CH = ???
Note:   this function is probably meant for internal use only, due to the magic
          value required in DX

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