From deb8577e729aeb83b29b5148b5b8a43cf1e2f145 Mon Sep 17 00:00:00 2001 From: Dario Sassi Date: Wed, 13 Jul 2016 19:34:10 +0000 Subject: [PATCH] Include : - aggiornamenti. --- EGkDllMain.h | 2 ++ EInAPI.h | 1 + EXeExecutor.h | 1 + 3 files changed, 4 insertions(+) diff --git a/EGkDllMain.h b/EGkDllMain.h index 559033d..0be5cf3 100644 --- a/EGkDllMain.h +++ b/EGkDllMain.h @@ -32,6 +32,8 @@ EGK_EXPORT const char* GetEGkVersion( void) ; EGK_EXPORT void SetEGkLogger( ILogger* pLogger) ; // imposta la chiave di protezione EGK_EXPORT void SetEGkKey( const std::string& sKey) ; +// imposta il tipo di chiave di protezione +EGK_EXPORT void SetEGkKeyType( int nType) ; // permette di inizializzare il font manager EGK_EXPORT void InitFontManager( const std::string& sNfeFontDir, const std::string& sDefaultFont) ; // restituisce il direttorio dei font proprietari (Nfe) diff --git a/EInAPI.h b/EInAPI.h index ecbdc2f..18dfd82 100644 --- a/EInAPI.h +++ b/EInAPI.h @@ -44,6 +44,7 @@ EIN_EXPORT void __stdcall EgtEnableCommandLogger( void) ; EIN_EXPORT void __stdcall EgtDisableCommandLogger( void) ; EIN_EXPORT BOOL __stdcall EgtGetVersionInfo( wchar_t*& wsVer) ; EIN_EXPORT BOOL __stdcall EgtGetKeyInfo( wchar_t*& wsKey) ; +EIN_EXPORT BOOL __stdcall EgtSetLockType( int nType) ; EIN_EXPORT BOOL __stdcall EgtGetKeyLevel( int nProd, int nVer, int nLev, int* pnKLev) ; EIN_EXPORT BOOL __stdcall EgtGetKeyOptions( int nProd, int nVer, int nLev, unsigned int* pnOpt2) ; EIN_EXPORT BOOL __stdcall EgtGetOsInfo( wchar_t*& wsOs) ; diff --git a/EXeExecutor.h b/EXeExecutor.h index 8bfb61d..871fe94 100644 --- a/EXeExecutor.h +++ b/EXeExecutor.h @@ -46,6 +46,7 @@ EXE_EXPORT bool ExeEnableCommandLogger( void) ; EXE_EXPORT bool ExeDisableCommandLogger( void) ; EXE_EXPORT bool ExeGetVersionInfo( std::string& sVer, const char* szNewLine) ; EXE_EXPORT bool ExeGetKeyInfo( std::string& sKey) ; +EXE_EXPORT bool ExeSetLockType( int nType) ; EXE_EXPORT bool ExeGetKeyLevel( int nProd, int nVer, int nLev, int& nKLev) ; EXE_EXPORT bool ExeGetKeyOptions( int nProd, int nVer, int nLev, unsigned int& nOpt2) ; EXE_EXPORT bool ExeGetOsInfo( std::string& sOs) ;