Пример #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);