VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Common/Dlgcode.h
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2015-05-29 02:04:13 +0200
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2015-05-29 02:22:08 +0200
commitfdc2143bfabb1e48ea0108fcf12c2e4ad438b44e (patch)
treec44b8541b125a1c4939ff9f6e63cc2592cc8e625 /src/Common/Dlgcode.h
parent5867250820d5676a2c4925aade2baeaa30aa2b12 (diff)
downloadVeraCrypt-fdc2143bfabb1e48ea0108fcf12c2e4ad438b44e.tar.gz
VeraCrypt-fdc2143bfabb1e48ea0108fcf12c2e4ad438b44e.zip
Windows: workaround FormatEx keeping references on formatted volume by adding extra delays.
Diffstat (limited to 'src/Common/Dlgcode.h')
-rw-r--r--src/Common/Dlgcode.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Common/Dlgcode.h b/src/Common/Dlgcode.h
index 7dee2db5..781efeee 100644
--- a/src/Common/Dlgcode.h
+++ b/src/Common/Dlgcode.h
@@ -334,6 +334,7 @@ int DriverUnmountVolume (HWND hwndDlg, int nDosDriveNo, BOOL forced);
void BroadcastDeviceChange (WPARAM message, int nDosDriveNo, DWORD driveMap);
int MountVolume (HWND hwndDlg, int driveNo, char *volumePath, Password *password, int pkcs5, int pin, BOOL truecryptMode, BOOL cachePassword, BOOL sharedAccess, const MountOptions* const mountOptions, BOOL quiet, BOOL bReportWrongPassword);
BOOL UnmountVolume (HWND hwndDlg , int nDosDriveNo, BOOL forceUnmount);
+BOOL UnmountVolumeAfterFormatExCall (HWND hwndDlg, int nDosDriveNo);
BOOL IsPasswordCacheEmpty (void);
BOOL IsMountedVolume (const char *volname);
int GetMountedVolumeDriveNo (char *volname);