EgtInterface 2.5k5 :

- aggiunta interfaccia per EgtSetOnTerminateProcess (installa callback chiamata prima di terminare il processo con comando lua EgtCloseExe).
This commit is contained in:
Dario Sassi
2023-11-23 10:50:34 +01:00
parent 357c1c4db1
commit 717fedf4b3
2 changed files with 7 additions and 0 deletions
+7
View File
@@ -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)