00001 #ifndef _fvhintf_h_
00002 #define _fvhintf_h_
00003
00051 #ifdef __cplusplus
00052 extern "C"
00053 {
00054 #endif
00055
00089 long __stdcall FI_Initialize(
00090 const char* user,
00091 const char* psw,
00092 const char* db_alias,
00093 long show_login_dlg,
00094 const char* xsd_file
00095 );
00096
00097
00103 long __stdcall FI_Terminate();
00104
00105
00118 long __stdcall FIWriteXmlStream(const char *filename, const char* xmldata, char** result);
00119
00120
00138 long __stdcall FIReadXmlStream(const char* filename, const char* xml_query_params, char** xml_data);
00139
00144 const char* __stdcall FIGetErrorText();
00145
00146
00147 #ifdef __cplusplus
00148 }
00149 #endif
00150
00151 #endif
00152