Elin Decompiled Documentation EA 23.102 Nightly
Loading...
Searching...
No Matches
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