This document is archived and information here might be outdated. Recommended version. |
[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 { } tagMSG;