Home > C: Programming > Obsolete Functions > | History back Previous chapter Next chapter Print |
is_GetDDOvlSurface |
uEye Camera Manual Version 3.80
is_GetDDOvlSurface
USB 2.0 GigE |
- |
Syntax
INT is_GetDDOvlSurface (HIDS hCam, void** ppDDSurf)
Description
|
In DirectDraw BackBuffer mode, is_GetDDOvlSurface() returns the pointer to the internal DirectDraw surface. Thus, the functionality provided by the DirectDraw Surface interface can be used.
Input Parameters
hCam |
Camera handle |
ppDDSurf |
Contains the pointer to the DirectDraw Surface interface |
Return Values
IS_SUCCESS |
Function executed successfully |
IS_NO_SUCCESS |
General error message |
Related Functions