From 0ac40097200985a64665ac8f7c0dd66ce5157988 Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Sat, 8 Oct 2016 19:00:02 +0200 Subject: Windows: Fix failure to access EFS data on VeraCrypt volumes under Windows 10 but supporting undocumented IOCTL. --- src/Common/Apidrvr.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Common/Apidrvr.h') 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 -- cgit v1.2.3