Пример #1
0
 public static IntPtr GetWindow(IntPtr hwnd, GetWindowFlag cmd)
 {
     return(User32Methods.GetWindow(hwnd, (uint)cmd));
 }