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