diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2018-12-19 00:38:56 +0100 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2018-12-19 00:41:37 +0100 |
commit | 1967bd862eaa5130260a7d7beea9657778718c31 (patch) | |
tree | e451e2d899e2b6f0ffb7ca3beaa795d42de9497e /src/Common/Apidrvr.h | |
parent | 6abc59acd204ce59f53b218cafc01ced955695cd (diff) | |
download | VeraCrypt-1967bd862eaa5130260a7d7beea9657778718c31.tar.gz VeraCrypt-1967bd862eaa5130260a7d7beea9657778718c31.zip |
Windows: Add mount option that allows mounting a volume without attaching it to the specified drive letter. This is useful in situation where Windows has issue with the filesystem (e.g. ReFS on Windows 10 1809) and we need to use third party software to be able to use the filesystem under Windows through low level VeraCrypt virtual device (e.g. \Device\VeraCryptVolumeX).
Diffstat (limited to 'src/Common/Apidrvr.h')
-rw-r--r-- | src/Common/Apidrvr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Common/Apidrvr.h b/src/Common/Apidrvr.h index 2c436bf9..5c6de908 100644 --- a/src/Common/Apidrvr.h +++ b/src/Common/Apidrvr.h @@ -210,6 +210,7 @@ typedef struct BOOL hiddenVolume; BOOL readOnly; BOOL removable; + BOOL mountDisabled; BOOL partitionInInactiveSysEncScope; uint32 volumeHeaderFlags; unsigned __int64 totalBytesRead; |