tagList = AllocateTagItems(numTags);
D0 D0
struct TagItem *AllocateTagItems(ULONG);
Allocates the specified number of usable TagItems slots.
Note that to access the TagItems in 'tagList', you should use the function
NextTagItem(). This will insure you respect any chaining (TAG_MORE) and secret hiding places (TAG_IGNORE) that this function might generate.