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
Syntaxstring PostHWndMessage(
int HWnd,
int wMsg,
int wParam,
int lParamm
)
Function PostHWndMessage (
HWnd As Integer,
wMsg As Integer,
wParam As Integer,
lParamm As Integer
) As String
Dim instance As IApplication
Dim HWnd As Integer
Dim wMsg As Integer
Dim wParam As Integer
Dim lParamm As Integer
Dim returnValue As String
returnValue = instance.PostHWndMessage(HWnd,
wMsg, wParam, lParamm)
String^ PostHWndMessage(
[InAttribute] int HWnd,
[InAttribute] int wMsg,
[InAttribute] int wParam,
[InAttribute] int lParamm
)
Parameters
- HWnd
- Type: SystemInt32
- wMsg
- Type: SystemInt32
- wParam
- Type: SystemInt32
- lParamm
- Type: SystemInt32
Return Value
Type:
String
See Also