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


NAME
    CoerceMethodA -- Perform method on coerced object.  (V36)

SYNOPSIS
    result = CoerceMethodA( cl, obj, msg )

    ULONG CoerceMethodA( struct IClass *, Object *, Msg * );

FUNCTION
    Boopsi support function that invokes the supplied message
    on the specified object, as though it were the specified
    class.

INPUTS
    cl - pointer to boopsi class to receive the message
    obj - pointer to boopsi object
    msg - pointer to method-specific message to send

RESULT
    result - class and message-specific result.

NOTES
    While this function requires V36 or higher intuition.library,
    it first appeared in V37 amiga.lib.
    Some early example code may refer to this function as CM().

SEE ALSO
    CoerceMethod(), DoMethodA(), DoSuperMethodA(), <intuition/classusr.h>
    ROM Kernel Manual boopsi section