00001 #ifndef _fvh2office_h_
00002 #define _fvh2office_h_
00003
00045 #ifdef __cplusplus
00046 extern "C"
00047 {
00048 #endif
00049
00050
00051
00085 long __stdcall FI_Initialize(
00086 const char* user,
00087 const char* psw,
00088 const char* db_alias,
00089 long show_login_dlg,
00090 const char* xsd_file
00091 );
00092
00093
00099 long __stdcall FI_Terminate();
00100
00101
00115 long __stdcall FIWriteXmlStream(const char *filename, const char* xmldata, char** result);
00116
00117
00154 long __stdcall FIReadXmlStream(const char* xml_type, const char *query_type, const char* query_param, char** xml_data);
00155
00160 const char* __stdcall FIGetErrorText();
00161
00162
00163 #ifdef __cplusplus
00164 }
00165 #endif
00166
00167 #endif
00168