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


NAME
    FreeAslRequest - frees requester obtained from AllocAslRequest (V36)

SYNOPSIS
    FreeAslRequest( request )
                    A0

    APTR request;

FUNCTION
    FreeAslRequest() is used to free the structure returned by
    AllocAslRequest() or AllocFileRequest(), in order to free
    all resources associated with that requester after the
    application has completed all use of the data structures.

INPUTS
    request - value returned from AllocAslRequest() or
                    AllocFileRequest().

RESULT
    None.  All resources associated with the request will be
    freed.

SEE ALSO
    AllocAslRequest(), AslRequest(), AllocFileRequest()