Sets information used to install a scanner driver.
Declaration:
Copy Code | |
---|---|
AT_ERRCOUNT ACCUAPI IG_ISIS_install_driver_set_long( HISISINSTALLDRV hInstall, AT_LMODE lTag, LONG lValue ); |
Arguments:
Name | Type | Description |
hInstall | HISISINSTALLDRV | Sets the value of the specified tag. |
lTag | AT_LMODE | Specifies the tag to assign a value. |
lValue | LONG | Specifies the value to which to set the tag. |
Return Value:
Error count.
Supported Raster Image Formats:
This function does not process image pixels.
Remarks:
IG_ISIS_install_driver_set_long is used to set the value of the specified tag.
Use IG_ISIS_install_driver_set_long when you need to set the value of the following tags:
Tag Name | Type | Description |
IG_ISIS_INSTDRIV_PARENTWINDOW | HWND | Set the parent window for dialogs. |
IG_ISIS_INSTDRIV_DEFAULTSCANNER | Boolean | Set whether the scanner should be set as the default scanner. |
IG_ISIS_INSTDRIV_ANSWERED | Boolean | Set to TRUE after you have set your answer to a request returned with IG_ISIS_INSTDRIV_NEEDINFO. |
IG_ISIS_INSTDRIV_YESNO_ANSWER | Boolean | Set this when answering a IG_ISIS_INSTDRIV_NEEDINFO of type IG_ISIS_INSTDRIV_REQ_YESNO. |
See Also
IG_ISIS_install_driver_get_long
IG_ISIS_install_driver_set_ascii
IG_ISIS_install_driver_get_ascii