Пример #1
0
 static extern IntPtr GetWindow(IntPtr hWnd, GetWindowOptions uCmd);
Пример #2
0
 public static extern WindowHandle GetNextWindow(
     WindowHandle hWnd,
     GetWindowOptions uCmd);
Пример #3
0
 public static extern WindowHandle GetAncestor(
     WindowHandle hWnd,
     GetWindowOptions gaFlags);
Пример #4
0
 static extern IntPtr GetWindow(IntPtr hWnd, GetWindowOptions uCmd);