using System; namespace Apewer.Internals.Interop { /// /// /// /// delegate bool EnumWindowsCallBack(int hWnd, int lParam); /// /// /// /// /// delegate int SetWindowsHookExHookProc(int nCode, Int32 wParam, IntPtr lParam); }