Struct windows_sys::Win32::System::Ioctl::SHRINK_VOLUME_INFORMATION
#[repr(C)]pub struct SHRINK_VOLUME_INFORMATION {
pub ShrinkRequestType: SHRINK_VOLUME_REQUEST_TYPES,
pub Flags: u64,
pub NewNumberOfSectors: i64,
}
Expand description
Required features: "Win32_System_Ioctl"
Fields§
§ShrinkRequestType: SHRINK_VOLUME_REQUEST_TYPES
§Flags: u64
§NewNumberOfSectors: i64