Beispiel #1
0
 static extern bool ShowWindow(IntPtr hWnd, ShowWindowEnum flags);
Beispiel #2
0
 public static extern bool ShowWindow(IntPtr hWnd, ShowWindowEnum showWindowEnum);
 public static extern bool ShowWindow(IntPtr hWnd, ShowWindowEnum nCmdShow);
 private static extern bool ShowWindow(IntPtr hWnd, ShowWindowEnum flags);
Beispiel #5
0
 public static extern bool ShowWindowAsync(IntPtr hWnd, ShowWindowEnum nCmdShow);
 private static extern bool ShowWindowAsync(HandleRef hWnd, ShowWindowEnum flags);