EgtInterface 1.6n9 :

- aggiunta EgtGetKeyOptions.
This commit is contained in:
Dario Sassi
2016-03-01 08:40:46 +00:00
parent c5305f2cdb
commit 155d05b8b4
2 changed files with 9 additions and 0 deletions
+9
View File
@@ -133,6 +133,15 @@ __stdcall EgtGetKeyInfo( wchar_t*& wsKey)
return (( wsKey == nullptr) ? FALSE : TRUE) ;
}
//-----------------------------------------------------------------------------
BOOL
__stdcall EgtGetKeyOptions( int nProd, int nVer, int nLev, unsigned int* pnOpt2)
{
if ( pnOpt2 == nullptr)
return FALSE ;
return ( ExeGetKeyOptions( nProd, nVer, nLev, *pnOpt2) ? TRUE : FALSE) ;
}
//-----------------------------------------------------------------------------
BOOL
__stdcall EgtGetOsInfo( wchar_t*& wsOs)
BIN
View File
Binary file not shown.