[Contents] [Index] [Help] [Retrace] [Browse <] [Browse >]


    NAME
        EndRequest -- remove a currently active requester.

   SYNOPSIS
        EndRequest( requester, window )
                    A0         A1

        VOID EndRequest( struct requester *, struct window * );

    FUNCTION
        Ends the request by erasing the requester and decoupling it from
        the window.

        Note that this doesn't necessarily clear all requesters from the window,
        only the specified one.  If the window labors under other requesters,
        they will remain in the window.

    INPUTS
        requester = pointer to the requester to be removed
        window = pointer to the window structure with which this requester
           is associated

    RESULT
        None

    BUGS

    SEE ALSO
        request()