Union windows_sys::Win32::Storage::Vhd::GET_VIRTUAL_DISK_INFO_0
#[repr(C)]
pub union GET_VIRTUAL_DISK_INFO_0 {
Show 15 fields
pub Size: GET_VIRTUAL_DISK_INFO_0_3,
pub Identifier: GUID,
pub ParentLocation: GET_VIRTUAL_DISK_INFO_0_1,
pub ParentIdentifier: GUID,
pub ParentTimestamp: u32,
pub VirtualStorageType: VIRTUAL_STORAGE_TYPE,
pub ProviderSubtype: u32,
pub Is4kAligned: BOOL,
pub IsLoaded: BOOL,
pub PhysicalDisk: GET_VIRTUAL_DISK_INFO_0_2,
pub VhdPhysicalSectorSize: u32,
pub SmallestSafeVirtualSize: u64,
pub FragmentationPercentage: u32,
pub VirtualDiskId: GUID,
pub ChangeTrackingState: GET_VIRTUAL_DISK_INFO_0_0,
}
Expand description
Required features: "Win32_Storage_Vhd"
, "Win32_Foundation"
Fields§
§Size: GET_VIRTUAL_DISK_INFO_0_3
§Identifier: GUID
§ParentLocation: GET_VIRTUAL_DISK_INFO_0_1
§ParentIdentifier: GUID
§ParentTimestamp: u32
§VirtualStorageType: VIRTUAL_STORAGE_TYPE
§ProviderSubtype: u32
§Is4kAligned: BOOL
§IsLoaded: BOOL
§PhysicalDisk: GET_VIRTUAL_DISK_INFO_0_2
§VhdPhysicalSectorSize: u32
§SmallestSafeVirtualSize: u64
§FragmentationPercentage: u32
§VirtualDiskId: GUID
§ChangeTrackingState: GET_VIRTUAL_DISK_INFO_0_0