ImageGear for C and C++ on Windows v19.3 - Updated
IG_ISIS_selection_done
API Reference Guide > ISIS Component API Reference > ISIS Component Functions Reference > Custom Scanner Functions > IG_ISIS_selection_done

Release memory used by the specified ISISSELECTION structure.

Declaration:

 
Copy Code
AT_ERRCOUNT ACCUAPI IG_ISIS_selection_done(
        LPHISISSEL lphSelection
);

Arguments:

Name Type Description
lphSelection LPHISISSEL Points to the ISISSELECTION structure to be cleared as initialized by IG_ISIS_selection_init.

Return Value:

Error count.

Supported Raster Image Formats:

This function does not process image pixels.

Remarks:

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.

See Also

IG_ISIS_selection_init