This page applies to Harlequin v13.1r0 and later; and to Harlequin Core but not Harlequin MultiRIP
int32 end_file_list ( DEVICELIST *dev, void *handle);
This can be called at any time after start_file_list that is, it is possible that not all matches have been asked for. It should do any necessary tidying up since a particular file enumeration has finished. Which file enumeration should be deduced from handle , the value returned by start_file_list as possibly modified by intervening calls to next_file .
If successful, this routine should return 0 . If an error occurs then -1 should be returned, and last_error should return DeviceIOError .