Example #1
0
 public IntPtr GetWindow(IntPtr hWnd, GetWindowType uCmd)
 {
     return(PInvoker.GetWindow(hWnd, uCmd));
 }