Release memory used by the specified ISISSELECTION structure.
Copy Code
|
|
---|---|
AT_ERRCOUNT ACCUAPI IG_ISIS_selection_done( LPHISISSEL lphSelection ); |
Name | Type | Description |
---|---|---|
lphSelection | LPHISISSEL | Points to the ISISSELECTION structure to be cleared as initialized by IG_ISIS_selection_init. |
Error count.
This function does not process image pixels.
The IG_ISIS_selection_done function frees the members in the internal driver list allocated by IG_ISIS_selection_init and clears the specified ISISSELECTION structure.
Each call to the IG_ISIS_selection_init function should correspond with a IG_ISIS_selection_done call.