Elin Decompiled Documentation EA 23.102 Nightly
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)