CopyData.Send Method (IntPtr, Byte[], IntPtr)

Tungsten Suite

CopyDataSend Method (IntPtr, Byte, IntPtr)

Sends a byte array from the source window to windows matching the filter predicate

Namespace:  W.InterProcess
Assembly:  Tungsten.InterProcess (in Tungsten.InterProcess.dll) Version: 2.0.0
Syntax
C#
public static Win32Exception Send(
	IntPtr hSourceWnd,
	byte[] message,
	IntPtr hTargetWnd
)

Parameters

hSourceWnd
Type: SystemIntPtr
The window which is sending the message
message
Type: SystemByte
The array of bytes to send
hTargetWnd
Type: SystemIntPtr
The receiving window

Return Value

Type: Win32Exception
An exception if one occurs while sending the message
See Also