Click or drag to resize

SOApplicationClassPostHWndMessage Method

Namespace:  SuperOffice.COM.Application
Assembly:  SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntax
public virtual 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

Implements

IApplicationPostHWndMessage(Int32, Int32, Int32, Int32)
See Also