diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2016-12-08 17:06:52 +0100 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2016-12-08 17:53:28 +0100 |
commit | 4262d4feb71aaade721ae5d06eec63ac07144a8f (patch) | |
tree | 2ea6df1dc4f31e7a6c11600b22f8e9a896b71b53 /src/Mount/Favorites.h | |
parent | e131d7a6070bbeb6b406fbaa54f8528e0dcace89 (diff) | |
download | VeraCrypt-4262d4feb71aaade721ae5d06eec63ac07144a8f.tar.gz VeraCrypt-4262d4feb71aaade721ae5d06eec63ac07144a8f.zip |
Windows: Enhancement to favorites handling. Add PRF/TrueCryptMode fields in favorites management dialog, and use default mount parameters when mounting multiple favorites at once.
Diffstat (limited to 'src/Mount/Favorites.h')
-rw-r--r-- | src/Mount/Favorites.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Mount/Favorites.h b/src/Mount/Favorites.h index acb9c8d4..6c75590b 100644 --- a/src/Mount/Favorites.h +++ b/src/Mount/Favorites.h @@ -22,6 +22,8 @@ namespace VeraCrypt FavoriteVolume() : Pim (0), + Pkcs5 (-1), + TrueCryptMode (-1), DisableHotkeyMount (false), DisconnectedDevice (false), MountOnLogOn (false), @@ -41,6 +43,8 @@ namespace VeraCrypt wstring VolumePathId; wstring Label; int Pim; + int Pkcs5; + int TrueCryptMode; BYTE VolumeID[VOLUME_ID_SIZE]; bool DisableHotkeyMount; |