Struct windows_sys::Win32::Storage::Vhd::CREATE_VIRTUAL_DISK_PARAMETERS_0_0
#[repr(C)]pub struct CREATE_VIRTUAL_DISK_PARAMETERS_0_0 {
pub UniqueId: GUID,
pub MaximumSize: u64,
pub BlockSizeInBytes: u32,
pub SectorSizeInBytes: u32,
pub ParentPath: PCWSTR,
pub SourcePath: PCWSTR,
}
Expand description
Required features: "Win32_Storage_Vhd"
Fields§
§UniqueId: GUID
§MaximumSize: u64
§BlockSizeInBytes: u32
§SectorSizeInBytes: u32
§ParentPath: PCWSTR
§SourcePath: PCWSTR