Function windows::Win32::Storage::FileSystem::GetTapePosition
pub unsafe fn GetTapePosition<P0>(
hdevice: P0,
dwpositiontype: TAPE_POSITION_TYPE,
lpdwpartition: *mut u32,
lpdwoffsetlow: *mut u32,
lpdwoffsethigh: *mut u32,
) -> u32where
P0: Param<HANDLE>,