public static extern bool EnumWindows(NativeMethods.EnumWindowsCallBack lpEnumFunc, int lParam);
 public static extern bool EnumChildWindows(IntPtr hWndParent, NativeMethods.EnumWindowsCallBack lpEnumFunc, int lParam);