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