EgtInterface 2.6d2 :
- aggiunta interfaccia per EgtGetNetHwKey.
This commit is contained in:
@@ -245,6 +245,13 @@ __stdcall EgtGetKeyOptLeftDays( int* pnOptLeftDays)
|
||||
return ( ExeGetKeyOptLeftDays( *pnOptLeftDays) ? TRUE : FALSE) ;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
BOOL
|
||||
__stdcall EgtGetNetHwKey( void)
|
||||
{
|
||||
return ( ExeGetNetHwKey() ? TRUE : FALSE) ;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
BOOL
|
||||
__stdcall EgtGetOsInfo( wchar_t*& wsOs)
|
||||
|
||||
Reference in New Issue
Block a user