EgtInterface :
- aggiunta funzione EgtResetHeadSet.
This commit is contained in:
@@ -1120,6 +1120,13 @@ __stdcall EgtLoadTool( const wchar_t* wsHead, int nExit, const wchar_t* wsTool)
|
||||
return ( ExeLoadTool( wstrztoA( wsHead), nExit, wstrztoA( wsTool)) ? TRUE : FALSE) ;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
BOOL
|
||||
__stdcall EgtResetHeadSet( const wchar_t* wsHead)
|
||||
{
|
||||
return ( ExeResetHeadSet( wstrztoA( wsHead)) ? TRUE : FALSE) ;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
BOOL
|
||||
__stdcall EgtSetMachineLook( int nFlag)
|
||||
|
||||
Reference in New Issue
Block a user