mirror of
https://git.code.sf.net/p/mingw-w64/mingw-w64
synced 2024-11-23 09:54:39 +08:00
headers: Fix CREATE_VIRTUAL_DISK_PARAMETERS
In accordance with MSDN: https://learn.microsoft.com/en-us/windows/win32/api/virtdisk/ns-virtdisk-create_virtual_disk_parameters Signed-off-by: Pavel Shishpor <pavel.shishpor@gmail.com> Signed-off-by: LIU Hao <lh_mouse@126.com>
This commit is contained in:
parent
3a7104dd22
commit
939d1ed0c3
@ -308,6 +308,7 @@ typedef struct _CREATE_VIRTUAL_DISK_PARAMETERS {
|
||||
ULONGLONG MaximumSize;
|
||||
ULONG BlockSizeInBytes;
|
||||
ULONG SectorSizeInBytes;
|
||||
ULONG PhysicalSectorSizeInBytes;
|
||||
PCWSTR ParentPath;
|
||||
PCWSTR SourcePath;
|
||||
OPEN_VIRTUAL_DISK_FLAG OpenFlags;
|
||||
|
Loading…
Reference in New Issue
Block a user