value = GetTagData(tagValue,defaultVal,tagList);
D0 D0 D1 A0
ULONG GetTagData(Tag,ULONG,struct TagItem *);
Searches a tag list for a matching tag, and returns the corresponding ti_Data value for the TagItem found. If no match is found, this function returns the value passed in as 'default'.