IG_ISIS_install_driver_set_ascii
Set the value of an ASCII tag.
Declaration:
|
Copy Code
|
AT_ERRCOUNT ACCUAPI IG_ISIS_install_driver_set_ascii(
HISISINSTALLDRV hInstall,
AT_LMODE lTag,
LPSTR lpszValue
);
|
Arguments:
Name |
Type |
Description |
hInstall |
HISISINSTALLDRV |
Sets the value of the specified tag. |
lTag |
AT_LMODE |
Specifies the ASCII tag to set. |
lpszValue |
LPSTR |
Specifies the value to assign the specified tag. |
Return Value:
Error count.
Supported Raster Image Formats:
This function does not process image pixels.
Remarks:
The IG_ISIS_install_driver_set_ascii function sets the value of the specified ASCII tag to the specified string.
Use IG_ISIS_install_driver_set_ascii to set any of the following tags to the ASCII string:
Tag Name |
Description |
IG_ISIS_INSTDRIV_SCANNER |
Set the name of the scanner being installed. |
IG_ISIS_INSTDRIV_ASKSTRING_ANSWER |
Set the answer to the current ASKSTRING request. |
See Also
IG_ISIS_install_driver
IG_ISIS_install_driver_init
IG_ISIS_install_driver_step
IG_ISIS_install_driver_done
IG_ISIS_install_driver_get_long
IG_ISIS_install_driver_set_long
IG_ISIS_install_driver_get_ascii