EgtInterface 1.9k1 :

- aggiunta funzione EgtSetOperationName.
This commit is contained in:
Dario Sassi
2018-11-15 18:40:16 +00:00
parent 924d32509f
commit 72ab2414fb
2 changed files with 7 additions and 0 deletions
+7
View File
@@ -1126,6 +1126,13 @@ __stdcall EgtGetOperationPhase( int nId)
return ExeGetOperationPhase( nId) ;
}
//-----------------------------------------------------------------------------
BOOL
__stdcall EgtSetOperationName( int nId, const wchar_t* wsName)
{
return ( ExeSetOperationName( nId, string( wstrztoA( wsName))) ? TRUE : FALSE) ;
}
//-----------------------------------------------------------------------------
BOOL
__stdcall EgtGetOperationName( int nId, wchar_t*& wsName)