EgtInterface 2.4e3 :
- ricompilazione per chiave di rete (aggiunta interfaccia per EgtSetNetHwKey).
This commit is contained in:
@@ -180,6 +180,13 @@ __stdcall EgtSetLockType( int nType)
|
||||
return ( ExeSetLockType( nType) ? TRUE : FALSE) ;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
BOOL
|
||||
__stdcall EgtSetNetHwKey( BOOL bNetHwKey)
|
||||
{
|
||||
return ( ExeSetNetHwKey( bNetHwKey != FALSE) ? TRUE : FALSE) ;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
BOOL
|
||||
__stdcall EgtGetKeyLevel( int nProd, int nVer, int nLev, int* pnKLev)
|
||||
|
||||
Reference in New Issue
Block a user