Macro for vararg taghandling.
Macro for vararg taghandling. This macro is used internally in Xiqual to process the taglists passed to many of its functions. It may also be of use if anyone else wants to make use of tags in their functions.Examples of its use can be found in the Xiqual sources. Basically, the calling method in Xiqual has the function taking arguments (ulong tag1, ...), then calling XI_VARARG(function_nameA((tagitem *)&tag1), argtype). Not much easier, but less typing.