SOApplicationClassPostHWndMessage Method |
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxpublic virtual string PostHWndMessage(
int HWnd,
int wMsg,
int wParam,
int lParamm
)
Public Overridable Function PostHWndMessage (
HWnd As Integer,
wMsg As Integer,
wParam As Integer,
lParamm As Integer
) As String
Dim instance As SOApplicationClass
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)
public:
virtual 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:
StringImplements
IApplicationPostHWndMessage(Int32, Int32, Int32, Int32)
See Also