Grabber::setHWND Method

Sets the handle to the window in which the live image will be displayed.
Syntax:
bool setHWND( HWND hwnd );
Parameter Description
hwnd

A handle to a window.

Return value:

true on success, false otherwise

See also: Grabber, Grabber::getHWND, Grabber::startLive

<< Grabber