Beispiel #1
0
 public static extern IntPtr GetWindow(IntPtr windowHandle, GetWindowCommand command);
Beispiel #2
0
 public static extern IntPtr GetWindow(IntPtr hWnd, GetWindowCommand uCmd);
Beispiel #3
0
 public static IntPtr GetWindow(IntPtr hwnd, GetWindowCommand command)
 {
     return(NativeMethods.GetWindow(hwnd, command));
 }
Beispiel #4
0
 public static extern IntPtr GetWindow(IntPtr hWnd, GetWindowCommand uCmd);
		public static extern IntPtr GetWindow(IntPtr windowHandle, GetWindowCommand command);
Beispiel #6
0
 internal static extern IntPtr GetWindow(IntPtr hWnd, GetWindowCommand command);
Beispiel #7
0
 public static extern Hwnd GetWindow(Hwnd hwnd, GetWindowCommand command);