ImageGear for C and C++ on Windows v19.3 - Updated
IG_ISIS_install_driver_done
API Reference Guide > ISIS Component API Reference > ISIS Component Functions Reference > Install Driver Functions > IG_ISIS_install_driver_done

Cleans up the driver installation.

Declaration:

 
Copy Code
AT_ERRCOUNT ACCUAPI IG_ISIS_install_driver_done(
        HISISINSTALLDRV hInstall
);

Arguments:

Name Type Description
hInstall HISISINSTALLDRV Cleans up the driver installation.

Return Value:

Error count.

Supported Raster Image Formats:

This function does not process image pixels.

Remarks:

IG_ISIS_install_driver_done frees the IG_ISIS_install_driver handle and all memory associated with it.

Use IG_ISIS_install_driver_done along with IG_ISIS_install_driver_init and IG_ISIS_install_driver_step when you want more control over the driver installation process. Call IG_ISIS_install_driver_set_long and IG_ISIS_install_driver_set_ascii to set up parameters of the installation.

See Also

IG_ISIS_install_driver

IG_ISIS_install_driver_init

IG_ISIS_install_driver_step

IG_ISIS_install_driver_set_long

IG_ISIS_install_driver_get_long

IG_ISIS_install_driver_set_ascii

IG_ISIS_install_driver_get_ascii