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 » GetDTAttrsA

NAME

	GetDTAttrsA - Obtain attributes for an object.          (V39)

SYNOPSIS

	retval = GetDTAttrsA (o, attrs);
d0 a0 a2
ULONG GetDTAttrsA (Object *, struct TagItem *);
retval = GetDTAttrs (o, tag1, ...);
ULONG GetDTAttrs (Object *, Tag tag1, ...);

FUNCTION

	This function is used to get the attributes of a data type
object.

INPUTS

	o - Pointer to an object as returned by NewDTObjectA().
attrs - Attributes to get, terminated with TAG_DONE. The data
element of each pair contains the address of the storage
variable.

RESULT

	retval - Contains the number of attributes the system was able
to obtain.

SEE ALSO

SetDTAttrsA(), intuition.library/GetAttr()

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

RSI
SCX
SNT
ATX

Comments:

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