Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- DOS 5.0 Ref. - <b>int 2fh / 4b05h identify instance data dos 5.0+</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Int 2Fh / 4B05h         Identify Instance Data                       DOS 5.0+

    Identifies instance data maintained by a client program. A task
    switcher calls this function to create a linked list of instance
    data blocks for all client programs running on the system. Client
    programs with instance data must intercept interrupt 2Fh and
    process function 4B05h when they receive the function call.

        Entry   AX    = 4B05h
                ES:BX = 0000:0000h
                CX:DX = Address of service-function handler

        Return  ES:BX = Pointer to a SwStartupInfo structure
                or
                ES:BX = 0000:0000h

    [...]

See Also: SwStartupInfo

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