public Win32Window GetWindow(GetWindowParam nCmd)
 {
     IntPtr hWndNext = GetWindow(hWnd, nCmd);
     return new Win32Window(hWndNext);
 }
 public static extern IntPtr GetWindow(IntPtr hWnd, GetWindowParam nCmd);