From 7d52dda67c370de7d615678b61920c822eeb7142 Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Sun, 3 May 2015 08:43:10 +0200 Subject: Windows Driver: Implement querying physical sector size of veraCrypt volume through IOCTL_STORAGE_QUERY_PROPERTY --- src/Common/Apidrvr.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Common/Apidrvr.h') 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 -- cgit v1.2.3