mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-12 03:18:26 -06:00
Windows Driver: Implement querying physical sector size of veraCrypt volume through IOCTL_STORAGE_QUERY_PROPERTY
This commit is contained in:
@@ -58,8 +58,10 @@ typedef struct EXTENSION
|
||||
ULONG SectorsPerTrack; /* Partition info */
|
||||
ULONG BytesPerSector; /* Partition info */
|
||||
UCHAR PartitionType; /* Partition info */
|
||||
|
||||
|
||||
uint32 HostBytesPerSector;
|
||||
uint32 HostBytesPerPhysicalSector;
|
||||
ULONG BytesOffsetForSectorAlignment;
|
||||
|
||||
KEVENT keVolumeEvent; /* Event structure used when setting up a device */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user