BB FlashBack SDK: FBRecorder

ClearWndList

Description

Clears the list of windows to be recorded. when the window list is empty, either a region or the full desktop will be recorded instead.
 

Syntax

[C#/C++]
public void ClearWndList ();

[VB.NET]
Public Sub ClearWndList

Remarks

The SDK can restrict what it records to a number of windows, rather than a region or everything on the desktop.

The set of windows to be recorded can be specified by passing their handles to the AddWndToList method, or by passing a process ID to SetProcessId. In the latter case, all windows owned by that process will be recorded.

In this mode, FlashBack SDK will record a movie with the same dimensions as the entire desktop, but all areas outside of the specified windows will be blacked out.

See Recording Windows and Regions for details.
 

See Also

FBRecorder::AddWndToList  FBRecorder::RemoveWndFromList