Struct windows_sys::Win32::System::Ioctl::FSCTL_QUERY_REGION_INFO_INPUT
#[repr(C)]pub struct FSCTL_QUERY_REGION_INFO_INPUT {
pub Version: u32,
pub Size: u32,
pub Flags: u32,
pub NumberOfTierIds: u32,
pub TierIds: [GUID; 1],
}
Expand description
Required features: "Win32_System_Ioctl"
Fields§
§Version: u32
§Size: u32
§Flags: u32
§NumberOfTierIds: u32
§TierIds: [GUID; 1]