EgtInterface :
- aggiunta EgtSetLockType per tipo chiave di protezione.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user