IG_ISIS_selection_iterate_done
Release memory used by the specified driver iteration cycle.
Declaration:
|
Copy Code
|
AT_ERRCOUNT ACCUAPI IG_ISIS_selection_iterate_done(
LPHISISSELITER lphIteration
);
|
Arguments:
Return Value:
Returns the number of ImageGear errors that occurred during this function call. If there are no errors, the return value is IGE_SUCCESS.
Supported Raster Image Formats:
This function does not process image pixels.
Remarks:
The IG_ISIS_selection_iterate_done function releases the memory allocated by IG_ISIS_selection_iterate_init and frees the pointer to the iteration cycle.
Call IG_ISIS_selection_iterate_done after you finish retrieving all the scanner information records in the driver iteration cycle or if either IG_ISIS_selection_iterate_init or IG_ISIS_selection_iterate_next returns an error.
See Also
IG_ISIS_selection_iterate_init
IG_ISIS_selection_iterate_next