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;

   Unsigned long pt; } tagMSG;

Product Availability

Available with ArcGIS Desktop.