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,
   pt As tagPOINT
)
[C#]
public tagMSG {
   IntPtr hWnd,
   uint Message,
   uint wParam,
   int lParam,
   uint time,
   tagPOINT pt
)
[C++]

typedef struct tagMSG {

   wireHWND hWnd;

   Unsigned machine int Message;

   UINT_PTR wParam;

   LONG_PTR lParam;

   Unsigned long time;

   tagPOINT pt; } tagMSG;

Product Availability

Available with ArcGIS Desktop.