ArcPad Scripting Object Model
SendMessage Method
See Also  Send comments on this topic.
hWnd
Required. An OLE_HANDLE that specifies the window handle to the window whose window procedure is to receive the message.
Msg
Required. A Long that specifies the message to be posted.
wParam
Optional. A Long that specifies additional message-specific information.
lParam
Optional. A Long that specifies additional message-specific information.
System Object : SendMessage Method

Glossary Item Box

Description

Sends the specified message to the specified window and does not return until the window has processed the message.

Syntax

object.SendMessage( hWnd, Msg [,wParam] [,lParam] )

Parameters

hWnd
Required. An OLE_HANDLE that specifies the window handle to the window whose window procedure is to receive the message.
Msg
Required. A Long that specifies the message to be posted.
wParam
Optional. A Long that specifies additional message-specific information.
lParam
Optional. A Long that specifies additional message-specific information.

Return Type

Long

Remarks

Sends the specified message to the specified window and does not return until the window has processed the message.

See Also

© 2013 All Rights Reserved.