public static int GetWindowId(WINDOWID id)
 {
     return((int)id);
 }
 public static int GetWindowId(WINDOWID id)
 {
     return (int)id;
 }