VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Driver/Ntdriver.h
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2018-08-18 11:13:20 +0200
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2018-08-18 16:47:23 +0200
commit20889d4553a132cd8749a73853715fd3a0f237e5 (patch)
tree59a10b0fff93d43fcde3cb0e1a0123939d5351d3 /src/Driver/Ntdriver.h
parent2fea18c3f50599e0b51a731cc8f89a8d99c9df86 (diff)
downloadVeraCrypt-20889d4553a132cd8749a73853715fd3a0f237e5.tar.gz
VeraCrypt-20889d4553a132cd8749a73853715fd3a0f237e5.zip
Windows: Implement workaround on Windows 10 to make VeraCrypt encrypted disks visible to Windows defragmenter
Diffstat (limited to 'src/Driver/Ntdriver.h')
-rw-r--r--src/Driver/Ntdriver.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Driver/Ntdriver.h b/src/Driver/Ntdriver.h
index 8403f212..b679952a 100644
--- a/src/Driver/Ntdriver.h
+++ b/src/Driver/Ntdriver.h
@@ -66,6 +66,7 @@ typedef struct EXTENSION
ULONG HostMaximumTransferLength;
ULONG HostMaximumPhysicalPages;
ULONG HostAlignmentMask;
+ ULONG DeviceNumber;
BOOL IncursSeekPenalty;
BOOL TrimEnabled;