Struct windows_sys::Win32::System::Ioctl::CLUSTER_RANGE
#[repr(C)]pub struct CLUSTER_RANGE {
pub StartingCluster: i64,
pub ClusterCount: i64,
}Expand description
Required features: "Win32_System_Ioctl"
Fields§
§StartingCluster: i64§ClusterCount: i64