internal void EnumWindows()
 {
     DllUser32.EnumWindows(EnumWindowsProc, IntPtr.Zero);
 }