Esempio n. 1
0
 static extern IntPtr GetWindow(IntPtr hwnd, GetWindowFlag wFlag);
Esempio n. 2
0
 public static IntPtr GetWindow(IntPtr hwnd, GetWindowFlag cmd)
 {
     return(User32Methods.GetWindow(hwnd, (uint)cmd));
 }