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