EgtInterface :

- aggiunta EgtSetLockType per tipo chiave di protezione.
This commit is contained in:
Dario Sassi
2016-07-13 19:31:51 +00:00
parent 55e560134c
commit d953e46734
+7
View File
@@ -133,6 +133,13 @@ __stdcall EgtGetKeyInfo( wchar_t*& wsKey)
return (( wsKey == nullptr) ? FALSE : TRUE) ;
}
//-----------------------------------------------------------------------------
BOOL
__stdcall EgtSetLockType( int nType)
{
return ( ExeSetLockType( nType) ? TRUE : FALSE) ;
}
//-----------------------------------------------------------------------------
BOOL
__stdcall EgtGetKeyLevel( int nProd, int nVer, int nLev, int* pnKLev)