result = DoSuperMethodA(cl, obj, msg)
ULONG DoSuperMethodA(struct IClass *, Object *, Msg);
Boopsi support function that invokes the supplied message on the specified object, as though it were the superclass of the specified class.
DoSuperMethodA() checks if the either the cl or obj pointer is NULL and will return immediately if this is the case, indicating failure.
This function first appears in the V37 release of amiga.lib. While it intrinsically does not require any particular release of the system software to operate, it is designed to work with the boopsi subsystem of Intuition, which was only introduced in V36.
Some early example code may refer to this function as DSM().
CoerceMethodA(),
DoMethodA(),
DoSuperMethod(), <intuition/classusr.h> ROM Kernel Manual boopsi section