EgtInterface 2.5e5 :
- aggiunta in interfaccia funzione EgtSetLockId.
This commit is contained in:
+7
-1
@@ -180,11 +180,17 @@ __stdcall EgtSetLockType( int nType)
|
||||
return ( ExeSetLockType( nType) ? TRUE : FALSE) ;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
BOOL
|
||||
__stdcall EgtSetLockId( const wchar_t* wsLockId)
|
||||
{
|
||||
return ( ExeSetLockId( wstrztoA( wsLockId)) ? TRUE : FALSE) ;
|
||||
}
|
||||
//-----------------------------------------------------------------------------
|
||||
BOOL
|
||||
__stdcall EgtSetNetHwKey( BOOL bNetHwKey)
|
||||
{
|
||||
return ( ExeSetNetHwKey( bNetHwKey != FALSE) ? TRUE : FALSE) ;
|
||||
return ( ExeSetNetHwKey( bNetHwKey != FALSE, 0) ? TRUE : FALSE) ;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user