public static IntPtr GetHINSTANCE (Module m) { if (m == null) throw new ArgumentNullException ("m"); return m.GetHINSTANCE (); }