Elin Decompiled Documentation EA 23.321 Nightly Patch 1
Loading...
Searching...
No Matches
EnumThreadDelegate.cs
Go to the documentation of this file.
1using System;
2
3namespace B83.Win32;
4
5public delegate bool EnumThreadDelegate(IntPtr Hwnd, IntPtr lParam);
delegate bool EnumThreadDelegate(IntPtr Hwnd, IntPtr lParam)