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


NAME
    RouteCxMsg -- set the next destination of a commodity message. (V36)

SYNOPSIS
    RouteCxMsg(cxm,co);
               A0  A1

    VOID RouteCxMsg(struct CxMsg *,CxObj *);

FUNCTION
    Establishes the next destination of a commodity message
    to be 'co', which must be a valid commodity object, and
    must be linked in ultimately to the Commodities Object List.

    Routing of an object is analogous to a 'goto' in a program.
    There is no effect on the message's routing stack.

INPUTS
    cxm - the commodity message to route
    co - the commodity object to route the message to

SEE ALSO
    DivertCxMsg()


[Back to Amiga Developer Docs]