Click or drag to resize

IApplicationPostHWndMessage Method

PostMessage to named control. May return a reason why it failed

Namespace:  SuperOffice.COM.Application
Assembly:  SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntax
string PostHWndMessage(
	int HWnd,
	int wMsg,
	int wParam,
	int lParamm
)

Parameters

HWnd
Type: SystemInt32
wMsg
Type: SystemInt32
wParam
Type: SystemInt32
lParamm
Type: SystemInt32

Return Value

Type: String
See Also