コード例 #1
0
 internal static int ShowWindow(IntPtr hwnd, nCmdShow cmd)
 {
     return(ShowWindow(hwnd, (int)cmd));
 }
コード例 #2
0
ファイル: statement.cs プロジェクト: GalaxyZE/FindPic
 static extern bool ShowWindow(int hWnd, nCmdShow nCmdShow);
コード例 #3
0
 public static extern bool ShowWindow(IntPtr hWnd, nCmdShow nCmdShow);
コード例 #4
0
 static extern bool ShowWindow(IntPtr WindowHandle, nCmdShow nCmdShow);