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 ( extpf_use_new_api )( void );
该函数返回 32 位无符号整数。返回值必须是在 extpfapiv1.h 中定义的接口版本号 EXTPF_V1_API。
此函数的典型实现方式如下:
extern "C" a_sql_uint32 ( extpf_use_new_api )( void ) { return EXTPF_V1_API; }