BB FlashBack SDK: FBRecorder

RemoveWndFromList

Description

Removes a window from the list of windows that will be recorded.
 

Syntax

[C#/C++]
public Bool RemoveWndFromList (HWND hWnd)

[VB.NET]
Public Function RemoveWndFromList (ByVal hWnd As HWND) As Bool

Parameters

hWnd - handle of the window to be removed.
 

Return values

Returns False if the window was not found in the list. Returns True if window successfully removed.

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.

If its 'window list' is empty, FlashBack SDK will record either the entire desktop or a region, as specified by the UseRegion and RecordingRegionType flags.
 

See Also

FBRecorder::AddWndToList  FBRecorder::ClearWndList