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 / 4b01h build notification chain dos 5.0+</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Int 2Fh / 4B01h         Build Notification Chain                     DOS 5.0+

    Creates a linked list of notification-function handlers for global
    client programs and for client programs running in the current
    session. The task switcher calls this function to determine which
    client programs are to be notified about changes to the session.
    To receive notification, client programs must intercept Interrupt
    2Fh and process Build Notification Chain when they receive the
    function call.

        Note    Use the task switcher API patch

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

        Return  ES:BX = Pointer to a SwCallBackInfo structure
                or
                ES:BX = 0000:0000h   No notification

    [...]

See Also: SwCallBackInfo

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