Struct windows_sys::Win32::Networking::Clustering::CLUS_PARTITION_INFO_EX
#[repr(C)]pub struct CLUS_PARTITION_INFO_EX {
pub dwFlags: u32,
pub szDeviceName: [u16; 260],
pub szVolumeLabel: [u16; 260],
pub dwSerialNumber: u32,
pub rgdwMaximumComponentLength: u32,
pub dwFileSystemFlags: u32,
pub szFileSystem: [u16; 32],
pub TotalSizeInBytes: u64,
pub FreeSizeInBytes: u64,
pub DeviceNumber: u32,
pub PartitionNumber: u32,
pub VolumeGuid: GUID,
}
Expand description
Required features: "Win32_Networking_Clustering"
Fields§
§dwFlags: u32
§szDeviceName: [u16; 260]
§szVolumeLabel: [u16; 260]
§dwSerialNumber: u32
§rgdwMaximumComponentLength: u32
§dwFileSystemFlags: u32
§szFileSystem: [u16; 32]
§TotalSizeInBytes: u64
§FreeSizeInBytes: u64
§DeviceNumber: u32
§PartitionNumber: u32
§VolumeGuid: GUID