Home > C: Programming > Function Descriptions > | History back Previous chapter Next chapter Print |
is_EnableAutoExit |
uEye Camera Manual Version 3.80
is_EnableAutoExit
USB 2.0 GigE |
USB 2.0 GigE |
Syntax
INT is_EnableAutoExit (HIDS hCam, INT nMode)
Description
is_EnableAutoExit() enables automatic closing of the camera handle after a camera has been removed on-the-fly. Upon closing of the handle, the entire memory allocated by the driver will be released.
Input Parameters
hCam |
Camera handle |
nMode |
|
IS_ENABLE_AUTO_EXIT |
Enables automatic closing. |
IS_DISABLE_AUTO_EXIT |
Disables automatic closing. |
IS_GET_AUTO_EXIT_ENABLED |
Returns the current setting. |
Return Values
IS_SUCCESS |
Function executed successfully |
IS_NO_SUCCESS |
General error message |
Current setting when used together with IS_GET_AUTO_EXIT_ENABLED |
Related Functions