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: u32TotalRegionEntryCount: u32RegionEntryCount: u32Reserved: u32Region: [FILE_REGION_INFO; 1]