TVideoGrabber.SetWindowRecordingByHandle

Prev

Next

TVideoGrabber

Methods

 




































































































Used to specify a window for screen recording


Declaration
function SetWindowRecordingByHandle (WindowHandle: LongInt): Boolean;


bool __fastcall SetWindowRecordingByHandle(int WindowHandle);


Function SetWindowRecordingByHandle (WindowHandle as Long) as Boolean

Description

Used for the screen recording to specify a window to record by its handle.
The handle of this window can be retrieved by invoking EnumerateWindows.

See the "Recording a window" chapter for more information.


See Also
TOnEnumerateWindows EnumerateWindows ScreenRecordingLayeredWindows ScreenRecordingMonitor ScreenRecordingNonVisibleWindows ScreenRecordingUsingCoordinates ScreenRecordingWithCursor SetWindowRecordingByName