Home > C: Programming > Obsolete Functions > | History back Previous chapter Next chapter Print |
is_GetDC |
uEye Camera Manual Version 3.80
is_GetDC
USB 2.0 GigE |
- |
Syntax
INT is_GetDC (HIDS hCam, HDC* phDC)
Description
|
In DirectDraw BackBuffer mode, is_GetDC() returns the device context handle of the overlay buffer. Using this handle, it is possible to access the overlay using the Windows GDI functionality. Thus, all Windows graphics commands such as Line, Circle, Rectangle, TextOut,... are available. You should release the device context handle as early as possible using the is_ReleaseDC() function. While a GetDC...ReleaseDC block is executed, the overlay buffer on the screen will not be updated.
Input Parameters
hCam |
Camera handle |
phDC |
Pointer to the variable that is supposed to contain the device context handle |
Return Values
IS_SUCCESS |
Function executed successfully |
IS_NO_SUCCESS |
General error message |
Related Functions