コード例 #1
0
 public static bool CloseWindow(IntPtr hWnd)
 {
     return(Api_User32.CloseWindow(hWnd));
 }