EgtInterface 2.6d2 :

- aggiunta interfaccia per EgtGetNetHwKey.
This commit is contained in:
Dario Sassi
2024-04-09 14:50:35 +02:00
parent 5580700af2
commit 2261a9f4d1
2 changed files with 7 additions and 0 deletions
+7
View File
@@ -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)