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.26+ - connect - connect two windows http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INT 15 - DESQview 2.26+ - "CONNECT" - CONNECT TWO WINDOWS
        AH = 12h
        BH = 03h
        BL = window to be connected
            00h handle of window to be attached in DWORD on top of stack
            01h attach current task's main window
        STACK: DWORD handle of window to attach to or 00000000h to detach
Return: ???
Notes:  when two windows are connected, both will move if the user moves either
        multiple windows may be attached to a single window, but each window
          may only be attached to one window at a time

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