Unit 'utility' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#amunits]

UnpackStructureTags

Unpack a structure to values in taglist.

Declaration

Source position: utility.pas line 380

function UnpackStructureTags(

  const pac: Pointer;

  const packTable: PULONG;

  TagList: pTagItem

):LongWord;

Arguments

packTable

  

A pointer to the packing information table.

TagList

  

A pointer to the taglist to unpack into

Function result

The number of tag items unpacked

Description

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.

See also

FindTagITem

  

Scan a tag list for a specific tag.

PackStructureTags

  

Pack a structure with values from taglist.


Documentation generated on: 2021-07-30