TagItem structure
Source position: exec.pas line 73
type TTagItem = record
ti_Tag: LongWord;
Identifier of the tag
ti_Data: NativeUInt;
Data of the tag
end;