diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2016-10-08 19:00:02 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2016-10-17 18:40:25 +0200 |
commit | 0ac40097200985a64665ac8f7c0dd66ce5157988 (patch) | |
tree | c2f528c93409b9706179ed7424b32da59d0adaf6 /src/Common/Apidrvr.h | |
parent | 2a10640f42420683ca59feaca2ec43dc6977f1ae (diff) | |
download | VeraCrypt-0ac40097200985a64665ac8f7c0dd66ce5157988.tar.gz VeraCrypt-0ac40097200985a64665ac8f7c0dd66ce5157988.zip |
Windows: Fix failure to access EFS data on VeraCrypt volumes under Windows 10 but supporting undocumented IOCTL.
Diffstat (limited to 'src/Common/Apidrvr.h')
-rw-r--r-- | src/Common/Apidrvr.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Common/Apidrvr.h b/src/Common/Apidrvr.h index 36233d76..07a8448c 100644 --- a/src/Common/Apidrvr.h +++ b/src/Common/Apidrvr.h @@ -124,6 +124,8 @@ #define TC_IOCTL_LEGACY_GET_DRIVER_VERSION 466968 #define TC_IOCTL_LEGACY_GET_MOUNTED_VOLUMES 466948 +// Undocumented IOCTL sent by Windows 10 when handling EFS data on volumes +#define IOCTL_UNKNOWN_WINDOWS10_EFS_ACCESS 0x455610D8 /* Start of driver interface structures, the size of these structures may change between versions; so make sure you first send DRIVER_VERSION to |