Elin Decompiled Documentation EA 23.177 Nightly Patch 2
All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events Pages
CWPSTRUCT.cs
Go to the documentation of this file.
1using System;
2
3namespace B83.Win32;
4
5public struct CWPSTRUCT
6{
7 public IntPtr lParam;
8
9 public IntPtr wParam;
10
11 public WM message;
12
13 public IntPtr hwnd;
14}
WM
Definition: WM.cs:6