VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Common/Apidrvr.h
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2017-05-23 12:23:07 +0200
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2017-05-25 01:15:16 +0200
commitcda40547fe35b28321f7a00b53cc18eb9cf77cba (patch)
treec6623de47b0912a0d4f1d95a60e937d85ea078f9 /src/Common/Apidrvr.h
parenta117f040687e307c948bba04a9f98fd713f6de82 (diff)
downloadVeraCrypt-cda40547fe35b28321f7a00b53cc18eb9cf77cba.tar.gz
VeraCrypt-cda40547fe35b28321f7a00b53cc18eb9cf77cba.zip
Windows: query extra host drive information using IOCTL_STORAGE_QUERY_PROPERTY (StorageAdapterProperty) in both driver and user mode applications.
Diffstat (limited to 'src/Common/Apidrvr.h')
-rw-r--r--src/Common/Apidrvr.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Common/Apidrvr.h b/src/Common/Apidrvr.h
index 28202e61..adffacc2 100644
--- a/src/Common/Apidrvr.h
+++ b/src/Common/Apidrvr.h
@@ -172,6 +172,9 @@ typedef struct
BOOL bIsNTFS; // output only
BOOL bDriverSetLabel;
BOOL bCachePim;
+ ULONG MaximumTransferLength;
+ ULONG MaximumPhysicalPages;
+ ULONG AlignmentMask;
} MOUNT_STRUCT;
typedef struct