BB FlashBack SDK: FBRecorder

SetProcessId

Description

Sets the Id of a process, for which the SDK will record all owned windows.
 

Syntax

[C#/C++]
public void SetProcessId (long lProcessID);

[VB.NET]
Public Sub SetProcessId (ByVal lProcessID As Long)
 

Parameters

lProcessID - the ID of the process for which you want to record all windows.
 

Remarks

The SDK can restrict what it records to windows owned by a particular process, rather than a region or everything on the desktop. This 'process' mode is selected via the RecordingRegionType property.

The set of windows to be recorded can be specified by passing a process ID to SetProcessId. 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 Also

FBRecorder::RecordingRegionType