| Home > Function descriptions > | History back Previous chapter Next chapter Print |
SetViewWindow |
|
uEye ActiveX Manual Version 4.00
Syntax
LONG SetViewWindow (OLE_HANDLE WindowHandle)
Description
This function allows you to specify an output window other than the ActiveX control.
All image output will be done in this window until you call SetViewWindow() again and pass a NULL pointer.
|
|
Parameters
WindowHandle |
The handle of the window which you want to use for image output. A value of NULL resets the ActiveX window as output window. |
Return values
IS_SUCCESS |
Function executed successfully |
IS_NO_SUCCESS |
General error message |