Programming Guide



sm_tm_old_bi_context

Sets a backward compatibility flag

#include <tmusubs.h>
int sm_tm_old_bi_context(int flag);

flag
The setting for fetching before-image data:

1

Set backwards compatibility flag.

0

Use the current release process (default).

-1

The current setting.


Returns

Description

sm_tm_old_bi_context sets a new value of the old_bi_context_flag and returns the old value. The old_bi_context_flag is used to determine whether to use more powerful name parsing methods than had previously been used. sm_tm_old_bi_context also uses this flag to decide whether it should use the old or a new algorithm to get a before image context.

Calling this routine with a parameter of 1 causes the old algorithm to be used thereafter. Calling this routine with a parameter of 0 causes the new algorithm to be used thereafter; 0 is the default.

See Also

sm_get_tv_bi_data