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: u32DeviceNumber: u32StartingOffset: i64SectorSize: u32