Struct windows_sys::Win32::Storage::FileSystem::TAPE_SET_POSITION
[−]#[repr(C)]pub struct TAPE_SET_POSITION {
pub Method: TAPE_POSITION_METHOD,
pub Partition: u32,
pub Offset: i64,
pub Immediate: BOOLEAN,
}Expand description
Required features: ‘Win32_Storage_FileSystem’, ‘Win32_Foundation’
Fields
Method: TAPE_POSITION_METHODPartition: u32Offset: i64Immediate: BOOLEAN