num = UnpackStructureTags(pack,packTable,tagList);
D0 A0 A1 A2
ULONG UnpackStructureTags(APTR,ULONG *,struct TagItem *);
For each table entry, a
FindTagItem() will be done and if the matching tag is found in the taglist, the data in the structure will be placed into the memory pointed to by the tag's ti_Data. ti_Data *must* point to a LONGWORD.