Example #1
0
 public IntPtr SetActiveWindow(IntPtr hWnd)
 {
     return(PInvoker.SetActiveWindow(hWnd));
 }