Function windows::Win32::Storage::FileSystem::GetTapeParameters

pub unsafe fn GetTapeParameters<P0>(
    hdevice: P0,
    dwoperation: GET_TAPE_DRIVE_PARAMETERS_OPERATION,
    lpdwsize: *mut u32,
    lptapeinformation: *mut c_void,
) -> u32
where P0: Param<HANDLE>,