EgtInterface 1.6s3 :
- aggiunta interfaccia per EgtGetKeyLevel.
This commit is contained in:
@@ -133,6 +133,15 @@ __stdcall EgtGetKeyInfo( wchar_t*& wsKey)
|
||||
return (( wsKey == nullptr) ? FALSE : TRUE) ;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
BOOL
|
||||
__stdcall EgtGetKeyLevel( int nProd, int nVer, int nLev, int* pnKLev)
|
||||
{
|
||||
if ( pnKLev == nullptr)
|
||||
return FALSE ;
|
||||
return ( ExeGetKeyLevel( nProd, nVer, nLev, *pnKLev) ? TRUE : FALSE) ;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
BOOL
|
||||
__stdcall EgtGetKeyOptions( int nProd, int nVer, int nLev, unsigned int* pnOpt2)
|
||||
|
||||
Reference in New Issue
Block a user