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