Release memory used by the specified driver iteration cycle.
Copy Code
|
|
---|---|
AT_ERRCOUNT ACCUAPI IG_ISIS_selection_iterate_done( LPHISISSELITER lphIteration ); |
Name | Type | Description |
---|---|---|
lphIteration | LPHISISSELITER | Points to the driver iteration cycle as initialized by IG_ISIS_selection_iterate_init. |
Returns the number of ImageGear errors that occurred during this function call. If there are no errors, the return value is IGE_SUCCESS.
This function does not process image pixels.
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.
IG_ISIS_selection_iterate_init
IG_ISIS_selection_iterate_next