Tungsten
![]() |
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

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: Win32ExceptionAn exception if one occurs while sending the message
