ImageGear for C and C++ on Windows v21.0 - Updated
API Reference Guide / ISIS Component API Reference / ISIS Component Functions Reference / Pipe Functions / IG_ISIS_drv_get_link
In This Topic
    IG_ISIS_drv_get_link
    In This Topic

    Get the handle of the next driver in a pipe.

    Declaration:

     
    Copy Code
    AT_ERRCOUNT ACCUAPI IG_ISIS_drv_get_link(
            HISISDRV hPipe,
            LPHISISDRV lphNext
    );
    

    Arguments:

    Name Type Description
    hPipe HISISDRV The handle of the driver for which the handle of the next driver is to be retrieved.
    lphNext LPHISISDRV A pointer to a handle which is filled in by this function with the handle of the next 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_link function gets the handle of the next driver in a pipe.

    Use IG_ISIS_drv_get_link to find out the handle of the next driver in a pipe. This information is useful when you have loaded a pipe with IG_ISIS_drv_load_init_pipe and only have a handle to the head driver.

    See Also:

    IG_ISIS_drv_get_split