Exemplo n.º 1
0
 internal static int ShowWindow(IntPtr hwnd, nCmdShow cmd)
 {
     return(ShowWindow(hwnd, (int)cmd));
 }
Exemplo n.º 2
0
 static extern bool ShowWindow(int hWnd, nCmdShow nCmdShow);
Exemplo n.º 3
0
 public static extern bool ShowWindow(IntPtr hWnd, nCmdShow nCmdShow);
Exemplo n.º 4
0
 static extern bool ShowWindow(IntPtr WindowHandle, nCmdShow nCmdShow);