Struct windows_sys::Win32::System::Ioctl::CSV_NAMESPACE_INFO
#[repr(C)]pub struct CSV_NAMESPACE_INFO {
pub Version: u32,
pub DeviceNumber: u32,
pub StartingOffset: i64,
pub SectorSize: u32,
}
Expand description
Required features: "Win32_System_Ioctl"
Fields§
§Version: u32
§DeviceNumber: u32
§StartingOffset: i64
§SectorSize: u32