public static extern bool Module32Next(IntPtr handle, ref ModuleEntry32 entry);
 public static extern bool Module32Next(System.IntPtr hSnapshot, ref ModuleEntry32 lpme);