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