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 2f - multiplex - ms windows/386 2.x - get api entry point http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INT 2F - Multiplex - MS WINDOWS/386 2.x - GET API ENTRY POINT
        AX = 1602h
Return: ES:DI -> Windows/386 2.x API procedure entry point
Notes:  this interface is supported in Windows 3.x only for 2.x compatibility
        to get the current virtual machine (VM) ID in Windows/386 2.x:
            AX = 0000h
            ES:DI -> return address
            JUMP to address returned from INT 2F/AX=1602h
        After JUMP, at return address:
            BX = current VM ID.

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