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 / 4b03h allocate switcher id dos 5.0+</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Int 2Fh / 4B03h         Allocate Switcher ID                         DOS 5.0+

    Returns a unique switcher identifier (in the range 01h through
    0Fh). A task switcher (or controlling session manager) calls this
    function on initialization and then uses the switcher identifier
    to create session identifiers for programs that it manages. The
    first-loaded task switcher is responsible for processing this
    function.

    Client programs must not call this function.

        Entry   AX    = 4B03h
                BX    = 00h   (Reserved, must be zero)
                ES:DI = Address of service-function handler

        Return  AX = 00h
                BX = New task switcher's identifier
                or
                BX = 00h

    [...]

See Also: 4B02h 4B04h

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