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