Beispiel #1
0
 public static extern bool ShowWindow(IntPtr hWnd, ShowWindowCmd nCmdShow);
Beispiel #2
0
 public static extern bool ShowWindow(IntPtr hWnd, ShowWindowCmd State);
Beispiel #3
0
 public bool ShowWindow(IntPtr hWnd, ShowWindowCmd nCmdShow)
 {
     return(PInvoker.ShowWindow(hWnd, nCmdShow));
 }