Struct windows_sys::Win32::System::Ioctl::FILE_REGION_OUTPUT
#[repr(C)]pub struct FILE_REGION_OUTPUT {
pub Flags: u32,
pub TotalRegionEntryCount: u32,
pub RegionEntryCount: u32,
pub Reserved: u32,
pub Region: [FILE_REGION_INFO; 1],
}Expand description
Required features: "Win32_System_Ioctl"
Fields§
§Flags: u32§TotalRegionEntryCount: u32§RegionEntryCount: u32§Reserved: u32§Region: [FILE_REGION_INFO; 1]