NAME DoMethodA -- Perform method on object. (V36) SYNOPSIS result = DoMethodA( obj, msg ) ULONG DoMethodA( Object *, Msg * ); FUNCTION Boopsi support function that invokes the supplied message on the specified object. The message is invoked on the object's true class. INPUTS obj - pointer to boopsi object msg - pointer to method-specific message to send RESULT result - specific to the message and the object's class. 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 DM(). SEE ALSO domethod(), coercemethoda(), dosupermethoda(), <intuition/classusr.h> ROM Kernel Manual boopsi section