This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Framework > ESRI.ArcGIS.Framework > Structures > T > tagMSG Structure (ArcObjects .NET 10.5 SDK) |
[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;