BB FlashBack SDK: FBRecorder

UseDesktopDCOnly

Description

If set to True, FBRecorder creates a device context for the entire desktop, rather than one for each monitor.

This has lower performance than multiple DCs, but may improve the recording of multiple monitors, particularly if you find that one is not refreshing (in the recording) or you are recording a remote desktop / terminal server session that covers multiple monitors.
 

Syntax

[C#/C++]
public: Bool UseDesktopDCOnly;

[VB.NET]
Public Property UseDesktopDCOnly As Boolean