Exemple #1
0
 static extern IntPtr GetWindow(IntPtr hWnd, GetWindowOptions uCmd);
Exemple #2
0
 public static extern WindowHandle GetNextWindow(
     WindowHandle hWnd,
     GetWindowOptions uCmd);
Exemple #3
0
 public static extern WindowHandle GetAncestor(
     WindowHandle hWnd,
     GetWindowOptions gaFlags);
Exemple #4
0
 static extern IntPtr GetWindow(IntPtr hWnd, GetWindowOptions uCmd);