ImageGear Professional DLL v18.1 for Windows
IG_ISIS_drv_get_split
Send Feedback
ImageGear Professional v18.1 > API Reference Guide > ISIS Component API Reference > ISIS Component Functions Reference > Pipe Functions > IG_ISIS_drv_get_split

Glossary Item Box

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

©2014. Accusoft Corporation. All Rights Reserved.