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