Click or drag to resize

wclMessageBroadcasterProcessMessages Method

Force WCL message processing for current thread.

Namespace: wclCommon
Assembly: wclCommon (in wclCommon.dll) Version: 7.11.10.0 (7.11.10.0)
Syntax
public static int ProcessMessages()

Return Value

Int32
If the function succeed the returns value is WCL_E_SUCCESS. Otherwise the function returns one of the WCL error codes.
Remarks
This function can be used to force WCL message processing in case if your execution thread is blocked.
See Also