num = PackStructureTags(pack,packTable,tagList);
D0 A0 A1 A2
ULONG PackStructureTags(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 field will be packed into the given structure based on the packtable definition.