EgtExecutor 1.6g8 :
- aggiunta funzione EgtGetKeyInfo.
This commit is contained in:
@@ -121,6 +121,18 @@ __stdcall EgtGetVersionInfo( wchar_t*& wsVer)
|
||||
return (( wsVer == nullptr) ? FALSE : TRUE) ;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
BOOL
|
||||
__stdcall EgtGetKeyInfo( wchar_t*& wsKey)
|
||||
{
|
||||
// recupero le informazioni sulla protezione
|
||||
string sKey ;
|
||||
if ( ! ExeGetKeyInfo( sKey))
|
||||
return FALSE ;
|
||||
wsKey = _wcsdup( stringtoW( sKey)) ;
|
||||
return (( wsKey == nullptr) ? FALSE : TRUE) ;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
BOOL
|
||||
__stdcall EgtGetOsInfo( wchar_t*& wsOs)
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user