EgtInterface 2.4e3 :

- ricompilazione per chiave di rete (aggiunta interfaccia per EgtSetNetHwKey).
This commit is contained in:
DarioS
2022-05-17 08:25:20 +02:00
parent 99c52482a2
commit 8d6699c26f
2 changed files with 7 additions and 0 deletions
+7
View File
@@ -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)