CopyData.CopyDataStruct.AsBytes Method (Message)

Tungsten Suite

CopyDataCopyDataStructAsBytes Method (Message)

Converts the contents of the COPYDATASTRUCT in the lParam of the specified message m to a byte array

Namespace:  W.InterProcess
Assembly:  Tungsten.InterProcess (in Tungsten.InterProcess.dll) Version: 2.0.0
Syntax
C#
public static byte[] AsBytes(
	Message m
)

Parameters

m
Type: System.Windows.FormsMessage
The windows message

Return Value

Type: Byte
A contents of the COPYDATASTRUCT
See Also