On Sat, 23 Jul 2005, Oliver Jowett wrote:
> Not quite -- it's a flag not an enumerated value -- the TM can specify
> TMENDRSCAN|TMSTARTRSCAN to restart a scan currently in progress.
>
> 'if ((flag & TMSTARTRSCAN) == 0)' should work.
I just realized how ironic it is that in the one method on XAResource that
takes a flag argument that may take an |'d argument the argument name is
singular "flag". In end() and start(), which may take only a single flag,
the argument name is a plural "flags". Ha ha ha!!!
Michael