 
            Get the handle of the last driver in a pipe.
| 
                        Copy Code
                     | |
|---|---|
| 
AT_ERRCOUNT ACCUAPI IG_ISIS_drv_get_tail(
        HISISDRV   hPipe,
        LPHISISDRV lphTail
);
 | |
| Name | Type | Description | 
|---|---|---|
| hPipe | HISISDRV | The handle of the pipe (which is usually the handle of the head driver). | 
| lphTail | LPHISISDRV | A pointer to a handle which is filled in by this function with the handle of the last driver in the pipe. | 
Error count.
This function does not process image pixels.
The IG_ISIS_drv_get_tail function gets the handle of the last driver in a pipe.
Use IG_ISIS_drv_get_tail to find out the handle of the last driver in a pipe. This information is required if you want to add another driver, remove a driver, or split the pipe. The functions listed under "See Also," below, all use IG_ISIS_drv_get_tail to perform these functions.
IG_ISIS_drv_chop_before_driver