VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Common/Apidrvr.h
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2015-05-03 08:43:10 +0200
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2015-05-03 15:47:29 +0200
commit7d52dda67c370de7d615678b61920c822eeb7142 (patch)
tree72157105bee4c38b6ae13ce9b6bd52474d1a3b4d /src/Common/Apidrvr.h
parent0f2d32f01145f82fa83806e08ddde6cdce8a496d (diff)
downloadVeraCrypt-7d52dda67c370de7d615678b61920c822eeb7142.tar.gz
VeraCrypt-7d52dda67c370de7d615678b61920c822eeb7142.zip
Windows Driver: Implement querying physical sector size of veraCrypt volume through IOCTL_STORAGE_QUERY_PROPERTY
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 76aafc20..83d30595 100644
--- a/src/Common/Apidrvr.h
+++ b/src/Common/Apidrvr.h
@@ -103,6 +103,7 @@ typedef struct
int pkcs5_prf;
int ProtectedHidVolPkcs5Prf;
BOOL bTrueCryptMode;
+ uint32 BytesPerPhysicalSector;
} MOUNT_STRUCT;
typedef struct