Beispiel #1
0
 public WindowInfo GetRelatedWindow(WindowRelation relation)
 {
     return new WindowInfo(User32.GetWindow(hWnd, (int)relation));
 }
Beispiel #2
0
 public static extern IntPtr GetWindow(IntPtr Hwnd, WindowRelation WindowRalation);