コード例 #1
0
 internal static extern bool ShowWindowAsync(IntPtr hWnd, ShowWindowFlag nCmdShow);
コード例 #2
0
ファイル: Win32.cs プロジェクト: emmauss/SPB
 public static extern bool ShowWindow(IntPtr hWnd, ShowWindowFlag command);