VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Mount/MainCom.idl
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2015-05-20 07:08:03 +0200
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2015-05-22 12:00:17 +0200
commit138d22a254d55724efa9587ce3d53fbed491d04f (patch)
tree160743d77457a79450872dee66f155fa19108cff /src/Mount/MainCom.idl
parent330bed0c42ae906d4482db8896b8cb7b2820107b (diff)
downloadVeraCrypt-138d22a254d55724efa9587ce3d53fbed491d04f.tar.gz
VeraCrypt-138d22a254d55724efa9587ce3d53fbed491d04f.zip
Windows: remove crash dump analysis functionality. It didn't always work and it required external debugging tools.
Diffstat (limited to 'src/Mount/MainCom.idl')
-rw-r--r--src/Mount/MainCom.idl3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Mount/MainCom.idl b/src/Mount/MainCom.idl
index e498257e..6f04bef3 100644
--- a/src/Mount/MainCom.idl
+++ b/src/Mount/MainCom.idl
@@ -12,7 +12,7 @@ import "..\Common\Password.h";
[
uuid(9ACF6176-5FC4-4690-A025-B3306A50EB6A),
helpstring("VeraCrypt Main UAC Support Library"),
- version(2.6) // Update ComSetup.cpp when changing version number
+ version(2.7) // Update ComSetup.cpp when changing version number
]
library TrueCryptMainCom
{
@@ -24,7 +24,6 @@ library TrueCryptMainCom
]
interface ITrueCryptMainCom : IUnknown
{
- void AnalyzeKernelMiniDump (LONG_PTR hwndDlg);
int BackupVolumeHeader (LONG_PTR hwndDlg, BOOL bRequireConfirmation, BSTR lpszVolume);
DWORD CallDriver (DWORD ioctl, BSTR input, BSTR *output);
int ChangePassword (BSTR volumePath, Password *oldPassword, Password *newPassword, int pkcs5, int wipePassCount, LONG_PTR hWnd);