BB FlashBack SDK: FBRecorder

GetPrimaryMonitor

Description

Returns the index of the primary monitor.

By default only the primary monitor is recorded.

Syntax

[C#/C++]
Public void GetPrimaryMonitor (long* index)

[VB.NET]
public sub GetPrimaryMonitor (ByRef index as Integer)

Parameters

index (out) - index of the primary monitor

Remarks

Use FBRecorder::MonitorsCount to find out how many monitors are available. Use FBRecorder::RecordMonitor to set which will be recorded. Monitors are automatically selected for recording if a region or window is set using FBRecorder::SetRecordRegion, FBRecorder::SetProcessId, FBRecorder::RegionFromHWND and FBRecorder::AddWndToList.

See Also

FBRecorder::GetMonitor  FBRecorder::MonitorsCount  FBRecorder::RecordMonitor