Unlink the last driver from a pipe.
Declaration:
|
Copy Code
|
AT_ERRCOUNT ACCUAPI IG_ISIS_drv_chop_tail(
HISISDRV hPipe
);
|
Arguments:
Name |
Type |
Description |
hPipe |
HISISDRV |
The pipe handle (which is usually the handle of the head driver of the pipe). |
Return Value:
Error count.
Supported Raster Image Formats:
This function does not process image pixels.
Remarks:
The IG_ISIS_drv_chop_tail function unlinks the last driver from an ISIS pipe.
Use IG_ISIS_drv_chop_tail to unlink the last driver of a pipe. You do not need to have a handle to the last driver to unlink it.
See Also:
IG_ISIS_drv_append
IG_ISIS_drv_chop_before_driver
IG_ISIS_drv_get_tail