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_METHOD§Partition: u32§Offset: i64§Immediate: BOOLEAN