Home > C: Programming > Obsolete Functions > | History back Previous chapter Next chapter Print |
is_ReleaseDC |
uEye Camera Manual Version 3.80
is_ReleaseDC
USB 2.0 GigE |
- |
Syntax
INT is_ReleaseDC (HIDS hCam, HDC hDC)
Description
|
In DirectDraw BackBuffer mode, is_ReleaseDC() releases the device context handle of the overlay buffer. If overlay display is enabled using the is_ShowDDOverlay() function, the contents of the overlay buffer will be updated on the screen after the handle release.
Input Parameters
hCam |
Camera handle |
hDC |
Device context handle returned by is_GetDC() |
Return Values
IS_SUCCESS |
Function executed successfully |
IS_NO_SUCCESS |
General error message |
Related Functions