예제 #1
0
 static extern bool ShowWindow(IntPtr hWnd, ShowWindowEnum flags);
예제 #2
0
 public static extern bool ShowWindow(IntPtr hWnd, ShowWindowEnum showWindowEnum);
 public static extern bool ShowWindow(IntPtr hWnd, ShowWindowEnum nCmdShow);
 private static extern bool ShowWindow(IntPtr hWnd, ShowWindowEnum flags);
예제 #5
0
파일: Program.cs 프로젝트: koktoh/A-Go_Calc
 public static extern bool ShowWindowAsync(IntPtr hWnd, ShowWindowEnum nCmdShow);
예제 #6
0
 private static extern bool ShowWindowAsync(HandleRef hWnd, ShowWindowEnum flags);