public static extern bool EnumThreadWindows(uint dwThreadId, EnumChildWindowsProcDelegate lpEnumFunc, IntPtr lParam);
 public static extern bool EnumChildWindows(IntPtr hWndParent, EnumChildWindowsProcDelegate lpEnumFunc, IntPtr lParam);