示例#1
0
 private extern static void xkl_config_registry_foreach_country_variant(IntPtr configRegistry,
                                                                        string countryCode, TwoConfigItemsProcessFunc func, IntPtr data);
        private static extern void xkl_config_registry_foreach_language_variant(IntPtr configRegistry,
			string languageCode, TwoConfigItemsProcessFunc func, IntPtr data);
示例#3
0
		private extern static void xkl_config_registry_foreach_country_variant(IntPtr configRegistry,
			string countryCode, TwoConfigItemsProcessFunc func, IntPtr data);
示例#4
0
 private static extern void xkl_config_registry_foreach_language_variant(IntPtr configRegistry,
                                                                         string languageCode, TwoConfigItemsProcessFunc func, IntPtr data);