Xiqual 0.9.1

In file include/xitags.h:

typedef struct tagitem

A tagitem.

[more]ulong tag
A program/library-specific ID.
[more]ulong data
The tagitem's data.



Documentation

A tagitem. Many Xiqual function calls accept an array of these as its sole parameter.
oulong 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.

oulong 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++.