EgtExecutor 1.6g8 :

- aggiunta funzione EgtGetKeyInfo.
This commit is contained in:
Dario Sassi
2015-07-29 07:08:28 +00:00
parent 7aa5f0ef3a
commit e6e96f6de2
2 changed files with 12 additions and 0 deletions
+12
View File
@@ -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)
BIN
View File
Binary file not shown.