VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/ExpandVolume/ExpandVolume.h
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2019-10-23 00:22:31 +0200
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2019-10-23 00:24:02 +0200
commit74e14c070fb5bebe5258dde72e879fe7be1e43cf (patch)
tree16b35bea9c9bae357473c371090e6db6ab2998c4 /src/ExpandVolume/ExpandVolume.h
parent11f1a21652b2509be9b526ef0c0ed575a0fc5908 (diff)
downloadVeraCrypt-74e14c070fb5bebe5258dde72e879fe7be1e43cf.tar.gz
VeraCrypt-74e14c070fb5bebe5258dde72e879fe7be1e43cf.zip
Windows: A Quick Expand option to VeraCrypt Expander to allow quicker expansion of file containers after warning about security issues associated with it.
Diffstat (limited to 'src/ExpandVolume/ExpandVolume.h')
-rw-r--r--src/ExpandVolume/ExpandVolume.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ExpandVolume/ExpandVolume.h b/src/ExpandVolume/ExpandVolume.h
index 5f4eb7f1..668eb79d 100644
--- a/src/ExpandVolume/ExpandVolume.h
+++ b/src/ExpandVolume/ExpandVolume.h
@@ -40,6 +40,8 @@ typedef struct
BOOL bIsDevice;
BOOL bIsLegacy;
BOOL bInitFreeSpace;
+ BOOL bQuickExpand;
+ BOOL bDisableQuickExpand;
Password *pVolumePassword;
int VolumePkcs5;
int VolumePim;