Home  /  Autodocs  /  datatypes.library

NAME

GetDTMethods
Obtain methods an object supports. (V39)

SYNOPSIS

methods = GetDTMethods (object);
d0 a0

ULONG GetDTMethods (Object *);

FUNCTION

This function obtains a list of methods supported by a given object.

INPUTS

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

RESULT

Returns a pointer to a ~0 terminated ULONG array. This array is only valid until the object is disposed.

SEE ALSO

GetDTTriggerMethods()