Unlink the last driver from a pipe.
Copy Code
|
|
---|---|
AT_ERRCOUNT ACCUAPI IG_ISIS_drv_chop_tail( HISISDRV hPipe ); |
Name | Type | Description |
---|---|---|
hPipe | HISISDRV | The pipe handle (which is usually the handle of the head driver of the pipe). |
Error count.
This function does not process image pixels.
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.
IG_ISIS_drv_chop_before_driver