BolterLibrary.Imports.EnumWindows C# (CSharp) Method

EnumWindows() private method

private EnumWindows ( EnumWindowsProc enumProc, IntPtr lParam ) : bool
enumProc EnumWindowsProc
lParam System.IntPtr
return bool
        protected static extern bool EnumWindows(EnumWindowsProc enumProc, IntPtr lParam);