Example #1
0
 internal static extern bool ShowWindowAsync(IntPtr hWnd, ShowWindowFlag nCmdShow);
Example #2
0
File: Win32.cs Project: emmauss/SPB
 public static extern bool ShowWindow(IntPtr hWnd, ShowWindowFlag command);