Get the handle of the next driver in a pipe.
Copy Code
|
|
---|---|
AT_ERRCOUNT ACCUAPI IG_ISIS_drv_get_link( HISISDRV hPipe, LPHISISDRV lphNext ); |
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. |
Error count.
This function does not process image pixels.
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.