Example #1
0
 public static extern int ShowWindow( IntPtr hWnd, ShowWindowOptions nCmdShow );
Example #2
0
 public static extern int ShowWindow(IntPtr hWnd, ShowWindowOptions nCmdShow);
Example #3
0
 static extern bool ShowWindow(IntPtr hWnd, ShowWindowOptions nCmdShow);