EgtInterface 1.8g3 :
- aggiunte funzioni EgtGetLastMachGroup e EgtGetPrevMachGroup.
This commit is contained in:
@@ -89,6 +89,19 @@ __stdcall EgtGetNextMachGroup( int nId)
|
||||
return ExeGetNextMachGroup( nId) ;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
int
|
||||
__stdcall EgtGetLastMachGroup( void)
|
||||
{
|
||||
return ExeGetLastMachGroup() ;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
int
|
||||
__stdcall EgtGetPrevMachGroup( int nId)
|
||||
{
|
||||
return ExeGetPrevMachGroup( nId) ;
|
||||
}
|
||||
//-----------------------------------------------------------------------------
|
||||
BOOL
|
||||
__stdcall EgtGetMachGroupNewName( const wchar_t* wsName, wchar_t*& wsNewName)
|
||||
|
||||
Reference in New Issue
Block a user