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 によって定義されます。