Click or drag to resize

wclThreadSynchronizeMessage Constructor

Creates new message object.

Namespace: wclCommon
Assembly: wclCommon (in wclCommon.dll) Version: 7.11.10.0 (7.11.10.0)
Syntax
public wclThreadSynchronizeMessage(
	IntPtr Event,
	Object Param
)

Parameters

Event  IntPtr
The synchronization event.
Param  Object
The user-defined data.
Exceptions
ExceptionCondition
wclEInvalidArgument
See Also