CopyData.OnWM_COPYDATA Method

Tungsten Suite

CopyDataOnWM_COPYDATA Method

Called when the window receives a WM_COPYDATA message

Namespace:  W.InterProcess
Assembly:  Tungsten.InterProcess (in Tungsten.InterProcess.dll) Version: 2.0.0
Syntax
C#
protected virtual void OnWM_COPYDATA(
	COPYDATASTRUCT cds
)

Parameters

cds
Type: W.InterProcessCOPYDATASTRUCT
The COPYDATASTRUCT associated with the WM_COPYDATA windows message
See Also