Unpack a structure to values in taglist.
Source position: utility.pas line 198
function UnpackStructureTags( |
Pack: Pointer; |
PackTable: PLongWord; |
TagList: PTagItem |
):LongWord; |
Pack |
|
A pointer to the data area to be unpacked |
PackTable |
|
A pointer to the packing information table. |
TagList |
|
A pointer to the taglist to unpack into |
The number of tag items unpacked
For each table entry, a FindTagItem() will be done and if the matching tag is found in the taglist, the data in the structure will be placed into the memory pointed to by the tag's ti_Data. ti_Datamust point to a LongWord.
|
Scan a tag list for a specific tag. |
|
|
Pack a structure with values from taglist. |