EgtInterface 2.6a2 :
- aggiunta interfaccia per funzione EgtGetKeyAssLeftDays (numero di giorni mancanti al termine dell'assistenza).
This commit is contained in:
@@ -227,6 +227,15 @@ __stdcall EgtGetKeyLeftDays( int* pnLeftDays)
|
||||
return ( ExeGetKeyLeftDays( *pnLeftDays) ? TRUE : FALSE) ;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
BOOL
|
||||
__stdcall EgtGetKeyAssLeftDays( int* pnAssLeftDays)
|
||||
{
|
||||
if ( pnAssLeftDays == nullptr)
|
||||
return FALSE ;
|
||||
return ( ExeGetKeyAssLeftDays( *pnAssLeftDays) ? TRUE : FALSE) ;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
BOOL
|
||||
__stdcall EgtGetKeyOptLeftDays( int* pnOptLeftDays)
|
||||
|
||||
Reference in New Issue
Block a user