Xiqual 0.9.1
In file include/xitags.h:
typedef struct tagitem
A tagitem.
- ulong
tag
- A program/library-specific ID.
- ulong
data
- The tagitem's data.
Documentation
A tagitem. Many Xiqual function calls accept an array
of these as its sole parameter.
-
- ulong
tag
- A program/library-specific ID. Should be fairly unique within
the program or library, and not equal to one of TAG_DONE,
TAG_IGNORE, TAG_MORE or TAG_SKIP.
- ulong
data
- The tagitem's data. Can be just about anything that fits in a
ulong. Common uses are flags, pointers to further data/strings or
simply integers.
- Author:
- Ronny Bangsund
- See Also:
- tag_alloclist(), tag_freelist(), tag_finditem(), tag_getdata(), tag_next()
Alphabetic index
This page was generated with the help of DOC++.