EgtInterface 2.7j1 :

- aggiunte interfacce per funzioni EgtCopyEx e EgtCopyGlobEx.
This commit is contained in:
Dario Sassi
2025-10-08 18:33:33 +02:00
parent 2a95bc7c31
commit 21ff1216af
2 changed files with 14 additions and 0 deletions
+14
View File
@@ -223,6 +223,13 @@ __stdcall EgtCopy( int nSouId, int nRefId, int nSonBeforeAfter)
return ExeCopy( nSouId, nRefId, nSonBeforeAfter) ; return ExeCopy( nSouId, nRefId, nSonBeforeAfter) ;
} }
//-----------------------------------------------------------------------------
int
__stdcall EgtCopyEx( int nSouCtx, int nSouId, int nDestCtx, int nRefId, int nSonBeforeAfter)
{
return ExeCopyEx( nSouCtx, nSouId, nDestCtx, nRefId, nSonBeforeAfter) ;
}
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
int int
__stdcall EgtCopyGlob( int nSouId, int nRefId, int nSonBeforeAfter) __stdcall EgtCopyGlob( int nSouId, int nRefId, int nSonBeforeAfter)
@@ -230,6 +237,13 @@ __stdcall EgtCopyGlob( int nSouId, int nRefId, int nSonBeforeAfter)
return ExeCopyGlob( nSouId, nRefId, nSonBeforeAfter) ; return ExeCopyGlob( nSouId, nRefId, nSonBeforeAfter) ;
} }
//-----------------------------------------------------------------------------
int
__stdcall EgtCopyGlobEx( int nSouCtx, int nSouId, int nDestCtx, int nRefId, int nSonBeforeAfter)
{
return ExeCopyGlobEx( nSouCtx, nSouId, nDestCtx, nRefId, nSonBeforeAfter) ;
}
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
BOOL BOOL
__stdcall EgtRelocate( int nSouId, int nRefId, int nSonBeforeAfter) __stdcall EgtRelocate( int nSouId, int nRefId, int nSonBeforeAfter)
BIN
View File
Binary file not shown.