ImageGear for C and C++ on Windows v19.9 - Updated
IG_ISIS_drv_get_tail
API Reference Guide > ISIS Component API Reference > ISIS Component Functions Reference > Pipe Functions > IG_ISIS_drv_get_tail

Get the handle of the last driver in a pipe.

Declaration:

 
Copy Code
AT_ERRCOUNT ACCUAPI IG_ISIS_drv_get_tail(
        HISISDRV   hPipe,
        LPHISISDRV lphTail
);

Arguments:

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.

Return Value:

Error count.

Supported Raster Image Formats:

This function does not process image pixels.

Remarks:

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.

See Also:

IG_ISIS_drv_append

IG_ISIS_drv_chop_before_driver

IG_ISIS_drv_chop_tail