示例#1
0
 internal static int ShowWindow(IntPtr hwnd, nCmdShow cmd)
 {
     return(ShowWindow(hwnd, (int)cmd));
 }
示例#2
0
 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);