Esempio n. 1
0
 public bool ShowWindow(IntPtr hWnd, int nCmdShow) => NativeMethodDeclarations.ShowWindow(hWnd, nCmdShow);
Esempio n. 2
0
 public bool SetForegroundWindow(IntPtr hWnd) => NativeMethodDeclarations.SetForegroundWindow(hWnd);
Esempio n. 3
0
 public int SendMessage(IntPtr hWnd, uint Msg, IntPtr wParam, IntPtr lParam) => NativeMethodDeclarations.SendMessage(hWnd, Msg, wParam, lParam);
Esempio n. 4
0
 public bool GetWindowPlacement(IntPtr hWnd, ref WINDOWPLACEMENT lpwndpl) => NativeMethodDeclarations.GetWindowPlacement(hWnd, ref lpwndpl);
Esempio n. 5
0
 public IntPtr GetAncestor(IntPtr hwnd, uint flags) => NativeMethodDeclarations.GetAncestor(hwnd, flags);