EgtInterface 2.5h3 :

- aggiunta interfaccia per funzione EgtCopyMachGroup.
This commit is contained in:
Dario Sassi
2023-08-27 18:31:38 +02:00
parent 4a0acb1de2
commit d220821149
2 changed files with 7 additions and 0 deletions
+7
View File
@@ -184,6 +184,13 @@ __stdcall EgtAddMachGroup( const wchar_t* wsName, const wchar_t* wsMachineName)
return ExeAddMachGroup( wstrztoA( wsName), wstrztoA( wsMachineName)) ;
}
//-----------------------------------------------------------------------------
int
__stdcall EgtCopyMachGroup( const wchar_t* wsSouName, const wchar_t* wsName)
{
return ExeCopyMachGroup( wstrztoA( wsSouName), wstrztoA( wsName)) ;
}
//-----------------------------------------------------------------------------
BOOL
__stdcall EgtRemoveMachGroup( int nMGroupId)