TVideoGrabber.EnumerateWindows

Prev

Next

TVideoGrabber

Methods

 




































































































Used in screen recording to retrieve information about visible windows.


Declaration
function EnumerateWindows: Boolean;


bool __fastcall EnumerateWindows(void);


Function EnumerateWindows as Boolean

Description

Helper function that can be used for the screen recording of a window.

Immediately after Invoking EnumerateWindows, information about all the visible windows will be returned by the OnEnumerateWindows event, that will occur for each visible window.

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


See Also
TOnEnumerateWindows ScreenRecordingLayeredWindows ScreenRecordingMonitor ScreenRecordingNonVisibleWindows ScreenRecordingUsingCoordinates ScreenRecordingWithCursor SetWindowRecordingByHandle SetWindowRecordingByName