Docs » Autodocs » aml.library » GetAddressEntryAttrsA
 	GetAddressEntryAttrsA -- Get attributes of an address entry object 	GetAddressEntryAttrs -- Varargs stub for GetAddressEntryAttrsA
  	value = GetAddressEntryAttrsA(addr, tags) 	D0						A0	 A1 	ULONG GetAddressEntryAttrsA(APTR addr, struct TagItem *tags); 	ULONG GetAddressEntryAttrs(APTR addr, ULONG tag1, ...);
  	Gets the requested attributes from the specified 	address entry object.
  	addr - A pointer to a previously-created address entry object. 	tags - Pointer to an array of TagItems.
  	See SetAddressEntryAttrsA() for description of the tags.  Also: 	ADDRESSA_EntryID (LONG) - Record number of this address entry.
  	value - The number of attributes successfully gotten.
  SetAddressEntryAttrsA()
 |