ImageGear for C and C++ on Windows v21.0 - Updated
API Reference Guide / ISIS Component API Reference / ISIS Component Functions Reference / Install Driver Functions / IG_ISIS_install_driver_init
In This Topic
    IG_ISIS_install_driver_init
    In This Topic

    Returns a IG_ISIS_install_driver handle.

    Declaration:

     
    Copy Code
    AT_ERRCOUNT ACCUAPI IG_ISIS_install_driver_init(
            LPHISISINSTALLDRV lphInstall,
            LPSTR lpszDriver
    );
    

    Arguments:

    Name Type Description
    lphInstall LPHISISINSTALLDRV Returns an IG_ISIS_install_driver handle for the installation of the driver at the path specified in lpszDriver.
    lpszDriver LPSTR Specifies the path to the scanner driver.

    Return Value:

    Error count.

    Supported Raster Image Formats:

    This function does not process image pixels.

    Remarks:

    IG_ISIS_install_driver_init returns a IG_ISIS_install_driver handle for the installation of the driver at the path specified in szDriver.

    Use IG_ISIS_install_driver_init along with IG_ISIS_install_driver_step and IG_ISIS_install_driver_done 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_step

    IG_ISIS_install_driver_done

    IG_ISIS_install_driver_set_long

    IG_ISIS_install_driver_get_long

    IG_ISIS_install_driver_set_ascii

    IG_ISIS_install_driver_get_ascii