| Home > C: Programming > Obsolete functions > | History back Previous chapter Next chapter Print |
is_GetDDOvlSurface |
|
uEye Camera Manual Version 4.00
|
|
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