This document is archived and information here might be outdated.  Recommended version.


tagMSG Structure (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Framework)  

tagMSG Structure

Syntax

[Visual Basic .NET]
Public Sub New ( _
   hWnd As IntPtr,
   Message As Integer,
   wParam As Integer,
   lParam As Integer,
   time As Integer
)
[C#]
public tagMSG {
   IntPtr hWnd,
   uint Message,
   uint wParam,
   int lParam,
   uint time
)
[C++]
typedef struct tagMSG {
_RemotableHandle hWnd;
Unsigned machine int Message;
Unsigned long wParam;
long lParam;
Unsigned long time;
tagPOINT pt; } tagMSG;

Product Availability

Available with ArcGIS Desktop.