a1200   NEWS   APPS   DOCS   ABOUT
a1200
----
a1200
----
Autodocs
 Libraries:
 datatypes.library
  --background--
  --rexxhost--
  AddDTObject
  DisposeDTObject
  DoAsyncLayout
  DoDTMethodA
  DrawDTObjectA
  GetDTAttrsA
  GetDTMethods
  GetDTString
  GetDTTriggerMethods
  NewDTObjectA
  ObtainDTDrawInfoA
  ObtainDataTypeA
  PrintDTObjectA
  RefreshDTObjectA
  ReleaseDTDrawInfo
  ReleaseDataType
  RemoveDTObject
  SetDTAttrsA
Include
GuruMeditation
Docs » Autodocs » datatypes.library » DoDTMethodA

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 is used to perform a datatypes method.

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

Comments

Name:
E-mail: Use this if you want a message if you get a response, will not be shown.
Comment:
Select correct short for:

Scoopex

SCX
HZ
RSI
SNT

Comments:

$VER: d0.se 1.14 Copyright © 2011-2024 Tobias Geijersson support at d0 dot se