Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
用于协商外部前置过滤器入口点函数实例输入和输出要求的结构。该结构作为前置过滤器入口点函数的参数传递。
typedef struct a_init_pre_filter { a_text_source *in_text_source; /* IN */ a_text_source *out_text_source; /* OUT */ const char *desired_charset; /* IN */ char *actual_charset; /* OUT */ short is_binary; /* IN */ } a_init_pre_filter;
a_text_source *
const char *
char *
short
a_init_pre_filter 结构由 SQL Anywhere 安装目录 SDK\Include 子目录中名为 extpfapiv1.h 的头文件定义。