EgtInterface :

- aggiunta interfaccia di funzione EgtChangeMachGroupName.
This commit is contained in:
Dario Sassi
2024-01-16 19:43:28 +01:00
parent e632c3be1c
commit f9d1746fa8
+7
View File
@@ -198,6 +198,13 @@ __stdcall EgtRemoveMachGroup( int nMGroupId)
return ( ExeRemoveMachGroup( nMGroupId) ? TRUE : FALSE) ;
}
//-----------------------------------------------------------------------------
BOOL
__stdcall EgtChangeMachGroupName( int nMGroupInd, const wchar_t* wsNewName)
{
return ( ExeChangeMachGroupName( nMGroupInd, wstrztoA( wsNewName)) ? TRUE : FALSE) ;
}
//-----------------------------------------------------------------------------
BOOL
__stdcall EgtGetMachGroupName( int nMGroupInd, wchar_t*& wsName)