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