VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Common/Apidrvr.h
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2015-09-15 01:26:30 +0200
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2015-09-16 01:33:14 +0200
commitdb80c0234236dc9beff60b4c47b5627dbfb99bd2 (patch)
tree8f24825c07d13c693fa1ba2e21191673d9807a64 /src/Common/Apidrvr.h
parent4d7dc3ba25f562bea4be8898f11a97e911c48b99 (diff)
downloadVeraCrypt-db80c0234236dc9beff60b4c47b5627dbfb99bd2.tar.gz
VeraCrypt-db80c0234236dc9beff60b4c47b5627dbfb99bd2.zip
Windows: Add option to explicitly support extended disk IOCTLs and disable this support by default. This will avoid having issue with software that doesn't handle correctly partial IOCTL_STORAGE_QUERY_PROPERTY support.
Diffstat (limited to 'src/Common/Apidrvr.h')
-rw-r--r--src/Common/Apidrvr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Common/Apidrvr.h b/src/Common/Apidrvr.h
index c49eafa9..d78e96db 100644
--- a/src/Common/Apidrvr.h
+++ b/src/Common/Apidrvr.h
@@ -334,5 +334,6 @@ typedef struct
#define TC_DRIVER_CONFIG_CACHE_BOOT_PASSWORD_FOR_SYS_FAVORITES 0x2
#define TC_DRIVER_CONFIG_DISABLE_NONADMIN_SYS_FAVORITES_ACCESS 0x4
#define TC_DRIVER_CONFIG_DISABLE_HARDWARE_ENCRYPTION 0x8
+#define TC_DRIVER_CONFIG_ENABLE_EXTENDED_IOCTL 0x10
#endif /* _WIN32 */