Tungsten
![]() |
CopyData Constructor (IntPtr, PredicateString, Boolean) |
Constructs a new CopyData instance
Namespace: W.InterProcess
Assembly: Tungsten.InterProcess (in Tungsten.InterProcess.dll) Version: 2.0.0

C#
public CopyData( IntPtr hSourceWnd, Predicate<string> filter, bool findAll )
Parameters
- hSourceWnd
- Type: SystemIntPtr
The window handle which will send and receive messages - filter
- Type: SystemPredicateString
The predicate used to filter target windows by Window Text - findAll
- Type: SystemBoolean
If True, multiple windows can be targeted, otherwise only the first window found will be targeted
