EgtInterface 2.5k5 :
- aggiunta interfaccia per EgtSetOnTerminateProcess (installa callback chiamata prima di terminare il processo con comando lua EgtCloseExe).
This commit is contained in:
@@ -39,6 +39,13 @@ __stdcall EgtExit( void)
|
||||
return ( ExeExit() ? TRUE : FALSE) ;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
BOOL
|
||||
__stdcall EgtSetOnTerminateProcess( pfOnTerminateProcess pFun)
|
||||
{
|
||||
return ( ExeSetOnTerminateProcess( pFun) ? TRUE : FALSE) ;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
BOOL
|
||||
__stdcall EgtSetUserLevel( int nUserLev)
|
||||
|
||||
Reference in New Issue
Block a user