Home  /  Autodocs  /  datatypes.library

NAME

DoDTMethodA
Do a datatypes method. (V39)

SYNOPSIS

retval = DoDTMethodA (o, win, req, msg);
d0 a0 a1 a2 a3

ULONG DoDTMethodA (Object *, struct Window *,
struct Requester *, Msg);

retval = DoDTMethod (o, win, req, data, ...);

ULONG DoDTMethod (Object *, struct Window *,
struct Requester *, ULONG, ...);

FUNCTION

This function performs a method of an object.

INPUTS

o
Pointer to an object as returned by NewDTObjectA().

win
Window that the object is attached to.

req
Requester that the object is attached to.

msg
The message to send to the object.

RESULT

Returns the value returned by the method.

SEE ALSO

intuition.library/DoGadgetMethod()