Elin Decompiled Documentation EA 23.102 Nightly
Loading...
Searching...
No Matches
MSG.cs
Go to the documentation of this file.
1using System;
2
3namespace B83.Win32;
4
5public struct MSG
6{
7 public IntPtr hwnd;
8
9 public WM message;
10
11 public IntPtr wParam;
12
13 public IntPtr lParam;
14
15 public ushort time;
16
17 public POINT pt;
18}
WM
Definition: WM.cs:6
POINT pt
Definition: MSG.cs:17
ushort time
Definition: MSG.cs:15
WM message
Definition: MSG.cs:9
IntPtr hwnd
Definition: MSG.cs:7
IntPtr wParam
Definition: MSG.cs:11
IntPtr lParam
Definition: MSG.cs:13