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_split
In This Topic
    IG_ISIS_drv_get_split
    In This Topic

    Get the handle of a driver's sibling.

    Declaration:

     
    Copy Code
    AT_ERRCOUNT ACCUAPI IG_ISIS_drv_get_split(
            HISISDRV hPipe,
            LPHISISDRV lphSibling
    );
    

    Arguments:

    Name Type Description
    hPipe HISISDRV The handle of the driver for which the handle of the sibling driver is to be retrieved.
    lphSibling LPHISISDRV A pointer to a handle which is filled in by this function with the handle of the sibling driver.

    Return Value:

    Error count.

    Supported Raster Image Formats:

    This function does not process image pixels.

    Remarks:

    The IG_ISIS_drv_get_split function gets the handle of the a driver that has been split from the specified driver.

    Use IG_ISIS_drv_get_split to find out the handle of the specified driver's sibling (if any). If the driver has not been split, and therefore does not have a sibling driver, then this function will fill in lphSibling with 0.

    See Also:

    IG_ISIS_drv_get_link