Ejemplo n.º 1
0
 internal static extern bool ShowWindowAsync(IntPtr hWnd, ShowWindowFlag nCmdShow);
Ejemplo n.º 2
0
Archivo: Win32.cs Proyecto: emmauss/SPB
 public static extern bool ShowWindow(IntPtr hWnd, ShowWindowFlag command);