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

    Frees the switcher identifier associated with the task switcher
    having the specified service-function handler. When a task
    switcher terminates, it calls this function.

    Client programs must not call this function.

        Entry   AX    = 4B04h
                BX    = ID (allocated by Int 2Fh function 4B03h)
                ES:DI = Address of service-function handler

        Return  AX = BX = 00h   Success
                or
                BX > 0          Invalid switcher ID

    [...]

See Also: 4B03h

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