EgtInterface 2.1a7 :
- aggiunte interfacce per EgtGetKeyLeftDays e EgtGetKeyOptLeftDays.
This commit is contained in:
@@ -178,6 +178,24 @@ __stdcall EgtGetKeyOptions( int nProd, int nVer, int nLev, unsigned int* pnOpt2)
|
||||
return ( ExeGetKeyOptions( nProd, nVer, nLev, *pnOpt2) ? TRUE : FALSE) ;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
BOOL
|
||||
__stdcall EgtGetKeyLeftDays( int* pnLeftDays)
|
||||
{
|
||||
if ( pnLeftDays == nullptr)
|
||||
return FALSE ;
|
||||
return ( ExeGetKeyLeftDays( *pnLeftDays) ? TRUE : FALSE) ;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
BOOL
|
||||
__stdcall EgtGetKeyOptLeftDays( int* pnOptLeftDays)
|
||||
{
|
||||
if ( pnOptLeftDays == nullptr)
|
||||
return FALSE ;
|
||||
return ( ExeGetKeyOptLeftDays( *pnOptLeftDays) ? TRUE : FALSE) ;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
BOOL
|
||||
__stdcall EgtGetOsInfo( wchar_t*& wsOs)
|
||||
|
||||
Reference in New Issue
Block a user