EgtInterface 1.6n9 :
- aggiunta EgtGetKeyOptions.
This commit is contained in:
@@ -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)
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user