Pack a structure with values from taglist.
Source position: utility.pas line 292
| function PackStructureTags( | 
| Pack: Pointer; | 
| const PackTable: PLongWord; | 
| const TagList: PTagItem | 
| ):LongWord; | 
| Pack | 
 | A pointer to the data area to fill in. | 
| PackTable | 
 | A pointer to the packing information table. | 
| TagList | 
 | A pointer to the taglist to pack into the structure | 
The number of tag items packed
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.
| 
 | Scan a tag list for a specific tag. | |
| 
 | Unpack a structure to values in taglist. |