Click or drag to resize

WDA Enumeration

Defines a window display affinity.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
[FlagsAttribute]
public enum WDA
Members
  Member nameValueDescription
WDA_NONE0 No monitor affinity.
WDA_MONITOR1 Display the content only on a monitor.
WDA_EXCLUDEFROMCAPTURE17 Display the content only on a monitor and excluded everywhere else. Introduced in Windows 10 Version 2004.
See Also