Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
提供有关外部术语断开器库中实现的接口的版本信息。目前,仅支持版本 1 接口。
此函数是外部术语断开器库所必需的。
extern "C" a_sql_uint32 (exttb_use_new_api )( void );
该函数返回 32 位无符号整数。返回值必须是在 exttbapiv1.h 中定义的接口版本号 EXTTB_V1_API。
此函数的典型实现方式如下:
extern "C" a_sql_uint32 ( exttb_use_new_api )( void ) { return EXTTB_V1_API; }