Elin Decompiled Documentation EA 23.102 Nightly
Loading...
Searching...
No Matches
HookProc.cs
Go to the documentation of this file.
1using System;
2
3namespace B83.Win32;
4
5public delegate IntPtr HookProc(int code, IntPtr wParam, ref MSG lParam);
delegate IntPtr HookProc(int code, IntPtr wParam, ref MSG lParam)