#[repr(C)]pub struct VOLUME_ALLOCATION_HINT_INPUT {
pub ClusterSize: u32,
pub NumberOfClusters: u32,
pub StartingClusterNumber: i64,
}Expand description
Required features: ‘Win32_Storage_FileSystem’
Fields
ClusterSize: u32NumberOfClusters: u32StartingClusterNumber: i64