EgtInterface :
- aggiunta interfaccia di funzione EgtChangeMachGroupName.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user