Docs » Autodocs » aml.library » CreateAddressEntryA
CreateAddressEntryA -- Create a new address entry object. CreateAddressEntry -- Varargs stub for CreateAddressEntryA
addr = CreateAddressEntryA(tags) D0 A0 APTR CreateAddressEntryA(struct TagItem *tags); APTR CreateAddressEntry(ULONG tag1, ...);
Creates a new address entry object, and fills in the appropriate fields with the provided data.
tags - Pointer to an array of TagItems.
See SetAddressEntryAttrsA() for a description of valid tags.
addr - A pointer to a new address entry object.
DisposeAddressEntry()
|