Patch level : 10.0 252
Files correlati : xvaga.dll Ricompilazione Demo : [ ] Commento : Aggiunte funzioni per firma e controllo firma digitale false git-svn-id: svn://10.65.10.50/trunk@18444 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
dd34115dc1
commit
3719a7550b
@ -447,6 +447,9 @@ XVTDLL int xvt_pane_manager_save_perspective(WINDOW win, char* str, int max_
|
|||||||
XVTDLL BOOLEAN xvt_pane_set_size_range(WINDOW pane, int min_size, int best_size, int max_size);
|
XVTDLL BOOLEAN xvt_pane_set_size_range(WINDOW pane, int min_size, int best_size, int max_size);
|
||||||
XVTDLL BOOLEAN xvt_pane_set_title(WINDOW pane, const char* title);
|
XVTDLL BOOLEAN xvt_pane_set_title(WINDOW pane, const char* title);
|
||||||
|
|
||||||
|
XVTDLL BOOLEAN xvt_pdf_sign(const char* name);
|
||||||
|
XVTDLL BOOLEAN xvt_pdf_signed(const char* name);
|
||||||
|
|
||||||
typedef int ODBC_CALLBACK(void*, int, char**, char**);
|
typedef int ODBC_CALLBACK(void*, int, char**, char**);
|
||||||
XVTDLL XVT_ODBC xvt_odbc_get_connection(const char* dsn, const char* usr, const char* pwd, const char* dir);
|
XVTDLL XVT_ODBC xvt_odbc_get_connection(const char* dsn, const char* usr, const char* pwd, const char* dir);
|
||||||
XVTDLL BOOLEAN xvt_odbc_free_connection(XVT_ODBC handle);
|
XVTDLL BOOLEAN xvt_odbc_free_connection(XVT_ODBC handle);
|
||||||
|
@ -1181,3 +1181,16 @@ BOOLEAN xvt_fsys_file_md5(const char* path, char* outstr)
|
|||||||
return ok;
|
return ok;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
///////////////////////////////////////////////////////////
|
||||||
|
// Gestione firma digitale
|
||||||
|
///////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
BOOLEAN xvt_pdf_sign(const char* name)
|
||||||
|
{
|
||||||
|
return FALSE;
|
||||||
|
}
|
||||||
|
|
||||||
|
BOOLEAN xvt_pdf_signed(const char* name)
|
||||||
|
{
|
||||||
|
return FALSE;
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user