⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 aspell.cpp

📁 SpellChecker平写检测程序原代码,希望大家喜欢,他非常好用
💻 CPP
📖 第 1 页 / 共 3 页
字号:
				aspell_speller_config                         = (PFUNC_aspell_speller_config                        )GetProcAddress(hInstLib, "aspell_speller_config");
				aspell_speller_check                          = (PFUNC_aspell_speller_check                         )GetProcAddress(hInstLib, "aspell_speller_check");
				aspell_speller_add_to_personal                = (PFUNC_aspell_speller_add_to_personal               )GetProcAddress(hInstLib, "aspell_speller_add_to_personal");
				aspell_speller_add_to_session                 = (PFUNC_aspell_speller_add_to_session                )GetProcAddress(hInstLib, "aspell_speller_add_to_session");
				aspell_speller_personal_word_list             = (PFUNC_aspell_speller_personal_word_list            )GetProcAddress(hInstLib, "aspell_speller_personal_word_list");
				aspell_speller_session_word_list              = (PFUNC_aspell_speller_session_word_list             )GetProcAddress(hInstLib, "aspell_speller_session_word_list");
				aspell_speller_main_word_list                 = (PFUNC_aspell_speller_main_word_list                )GetProcAddress(hInstLib, "aspell_speller_main_word_list");
				aspell_speller_save_all_word_lists            = (PFUNC_aspell_speller_save_all_word_lists           )GetProcAddress(hInstLib, "aspell_speller_save_all_word_lists");
				aspell_speller_clear_session                  = (PFUNC_aspell_speller_clear_session                 )GetProcAddress(hInstLib, "aspell_speller_clear_session");
				aspell_speller_suggest                        = (PFUNC_aspell_speller_suggest                       )GetProcAddress(hInstLib, "aspell_speller_suggest");
				aspell_speller_store_replacement              = (PFUNC_aspell_speller_store_replacement             )GetProcAddress(hInstLib, "aspell_speller_store_replacement");
				delete_aspell_filter                          = (PFUNC_delete_aspell_filter                         )GetProcAddress(hInstLib, "delete_aspell_filter");
				aspell_filter_error_number                    = (PFUNC_aspell_filter_error_number                   )GetProcAddress(hInstLib, "aspell_filter_error_number");
				aspell_filter_error_message                   = (PFUNC_aspell_filter_error_message                  )GetProcAddress(hInstLib, "aspell_filter_error_message");
				aspell_filter_error                           = (PFUNC_aspell_filter_error                          )GetProcAddress(hInstLib, "aspell_filter_error");
				to_aspell_filter                              = (PFUNC_to_aspell_filter                             )GetProcAddress(hInstLib, "to_aspell_filter");
				delete_aspell_document_checker                = (PFUNC_delete_aspell_document_checker               )GetProcAddress(hInstLib, "delete_aspell_document_checker");
				aspell_document_checker_error_number          = (PFUNC_aspell_document_checker_error_number         )GetProcAddress(hInstLib, "aspell_document_checker_error_number");
				aspell_document_checker_error_message         = (PFUNC_aspell_document_checker_error_message        )GetProcAddress(hInstLib, "aspell_document_checker_error_message");
				aspell_document_checker_error                 = (PFUNC_aspell_document_checker_error                )GetProcAddress(hInstLib, "aspell_document_checker_error");
				new_aspell_document_checker                   = (PFUNC_new_aspell_document_checker                  )GetProcAddress(hInstLib, "new_aspell_document_checker");
				to_aspell_document_checker                    = (PFUNC_to_aspell_document_checker                   )GetProcAddress(hInstLib, "to_aspell_document_checker");
				aspell_document_checker_reset                 = (PFUNC_aspell_document_checker_reset                )GetProcAddress(hInstLib, "aspell_document_checker_reset");
				aspell_document_checker_process               = (PFUNC_aspell_document_checker_process              )GetProcAddress(hInstLib, "aspell_document_checker_process");
				aspell_document_checker_next_misspelling      = (PFUNC_aspell_document_checker_next_misspelling     )GetProcAddress(hInstLib, "aspell_document_checker_next_misspelling");
				aspell_document_checker_filter                = (PFUNC_aspell_document_checker_filter               )GetProcAddress(hInstLib, "aspell_document_checker_filter");
				aspell_word_list_empty                        = (PFUNC_aspell_word_list_empty                       )GetProcAddress(hInstLib, "aspell_word_list_empty");
				aspell_word_list_size                         = (PFUNC_aspell_word_list_size                        )GetProcAddress(hInstLib, "aspell_word_list_size");
				aspell_word_list_elements                     = (PFUNC_aspell_word_list_elements                    )GetProcAddress(hInstLib, "aspell_word_list_elements");
				delete_aspell_string_enumeration              = (PFUNC_delete_aspell_string_enumeration             )GetProcAddress(hInstLib, "delete_aspell_string_enumeration");
				aspell_string_enumeration_clone               = (PFUNC_aspell_string_enumeration_clone              )GetProcAddress(hInstLib, "aspell_string_enumeration_clone");
				aspell_string_enumeration_assign              = (PFUNC_aspell_string_enumeration_assign             )GetProcAddress(hInstLib, "aspell_string_enumeration_assign");
				aspell_string_enumeration_at_end              = (PFUNC_aspell_string_enumeration_at_end             )GetProcAddress(hInstLib, "aspell_string_enumeration_at_end");
				aspell_string_enumeration_next                = (PFUNC_aspell_string_enumeration_next               )GetProcAddress(hInstLib, "aspell_string_enumeration_next");
				get_aspell_module_info_list                   = (PFUNC_get_aspell_module_info_list                  )GetProcAddress(hInstLib, "get_aspell_module_info_list");
				aspell_module_info_list_empty                 = (PFUNC_aspell_module_info_list_empty                )GetProcAddress(hInstLib, "aspell_module_info_list_empty");
				aspell_module_info_list_size                  = (PFUNC_aspell_module_info_list_size                 )GetProcAddress(hInstLib, "aspell_module_info_list_size");
				aspell_module_info_list_elements              = (PFUNC_aspell_module_info_list_elements             )GetProcAddress(hInstLib, "aspell_module_info_list_elements");
				get_aspell_dict_info_list                     = (PFUNC_get_aspell_dict_info_list                    )GetProcAddress(hInstLib, "get_aspell_dict_info_list");
				aspell_dict_info_list_empty                   = (PFUNC_aspell_dict_info_list_empty                  )GetProcAddress(hInstLib, "aspell_dict_info_list_empty");
				aspell_dict_info_list_size                    = (PFUNC_aspell_dict_info_list_size                   )GetProcAddress(hInstLib, "aspell_dict_info_list_size");
				aspell_dict_info_list_elements                = (PFUNC_aspell_dict_info_list_elements               )GetProcAddress(hInstLib, "aspell_dict_info_list_elements");
				aspell_module_info_enumeration_at_end         = (PFUNC_aspell_module_info_enumeration_at_end        )GetProcAddress(hInstLib, "aspell_module_info_enumeration_at_end");
				aspell_module_info_enumeration_next           = (PFUNC_aspell_module_info_enumeration_next          )GetProcAddress(hInstLib, "aspell_module_info_enumeration_next");
				delete_aspell_module_info_enumeration         = (PFUNC_delete_aspell_module_info_enumeration        )GetProcAddress(hInstLib, "delete_aspell_module_info_enumeration");
				aspell_module_info_enumeration_clone          = (PFUNC_aspell_module_info_enumeration_clone         )GetProcAddress(hInstLib, "aspell_module_info_enumeration_clone");
				aspell_module_info_enumeration_assign         = (PFUNC_aspell_module_info_enumeration_assign        )GetProcAddress(hInstLib, "aspell_module_info_enumeration_assign");
				aspell_dict_info_enumeration_at_end           = (PFUNC_aspell_dict_info_enumeration_at_end          )GetProcAddress(hInstLib, "aspell_dict_info_enumeration_at_end");
				aspell_dict_info_enumeration_next             = (PFUNC_aspell_dict_info_enumeration_next            )GetProcAddress(hInstLib, "aspell_dict_info_enumeration_next");
				delete_aspell_dict_info_enumeration           = (PFUNC_delete_aspell_dict_info_enumeration          )GetProcAddress(hInstLib, "delete_aspell_dict_info_enumeration");
				aspell_dict_info_enumeration_clone            = (PFUNC_aspell_dict_info_enumeration_clone           )GetProcAddress(hInstLib, "aspell_dict_info_enumeration_clone");
				aspell_dict_info_enumeration_assign           = (PFUNC_aspell_dict_info_enumeration_assign          )GetProcAddress(hInstLib, "aspell_dict_info_enumeration_assign");
				new_aspell_string_list                        = (PFUNC_new_aspell_string_list                       )GetProcAddress(hInstLib, "new_aspell_string_list");
				aspell_string_list_empty                      = (PFUNC_aspell_string_list_empty                     )GetProcAddress(hInstLib, "aspell_string_list_empty");
				aspell_string_list_size                       = (PFUNC_aspell_string_list_size                      )GetProcAddress(hInstLib, "aspell_string_list_size");
				aspell_string_list_elements                   = (PFUNC_aspell_string_list_elements                  )GetProcAddress(hInstLib, "aspell_string_list_elements");
				aspell_string_list_add                        = (PFUNC_aspell_string_list_add                       )GetProcAddress(hInstLib, "aspell_string_list_add");
				aspell_string_list_remove                     = (PFUNC_aspell_string_list_remove                    )GetProcAddress(hInstLib, "aspell_string_list_remove");
				aspell_string_list_clear                      = (PFUNC_aspell_string_list_clear                     )GetProcAddress(hInstLib, "aspell_string_list_clear");
				aspell_string_list_to_mutable_container       = (PFUNC_aspell_string_list_to_mutable_container      )GetProcAddress(hInstLib, "aspell_string_list_to_mutable_container");
				delete_aspell_string_list                     = (PFUNC_delete_aspell_string_list                    )GetProcAddress(hInstLib, "delete_aspell_string_list");
				aspell_string_list_clone                      = (PFUNC_aspell_string_list_clone                     )GetProcAddress(hInstLib, "aspell_string_list_clone");
				aspell_string_list_assign                     = (PFUNC_aspell_string_list_assign                    )GetProcAddress(hInstLib, "aspell_string_list_assign");
				new_aspell_string_map                         = (PFUNC_new_aspell_string_map                        )GetProcAddress(hInstLib, "new_aspell_string_map");
				aspell_string_map_add                         = (PFUNC_aspell_string_map_add                        )GetProcAddress(hInstLib, "aspell_string_map_add");
				aspell_string_map_remove                      = (PFUNC_aspell_string_map_remove                     )GetProcAddress(hInstLib, "aspell_string_map_remove");
				aspell_string_map_clear                       = (PFUNC_aspell_string_map_clear                      )GetProcAddress(hInstLib, "aspell_string_map_clear");
				aspell_string_map_to_mutable_container        = (PFUNC_aspell_string_map_to_mutable_container       )GetProcAddress(hInstLib, "aspell_string_map_to_mutable_container");
				delete_aspell_string_map                      = (PFUNC_delete_aspell_string_map                     )GetProcAddress(hInstLib, "delete_aspell_string_map");
				aspell_string_map_clone                       = (PFUNC_aspell_string_map_clone                      )GetProcAddress(hInstLib, "aspell_string_map_clone");
				aspell_string_map_assign                      = (PFUNC_aspell_string_map_assign                     )GetProcAddress(hInstLib, "aspell_string_map_assign");
				aspell_string_map_empty                       = (PFUNC_aspell_string_map_empty                      )GetProcAddress(hInstLib, "aspell_string_map_empty");
				aspell_string_map_size                        = (PFUNC_aspell_string_map_size                       )GetProcAddress(hInstLib, "aspell_string_map_size");
				aspell_string_map_elements                    = (PFUNC_aspell_string_map_elements                   )GetProcAddress(hInstLib, "aspell_string_map_elements");
				aspell_string_map_insert                      = (PFUNC_aspell_string_map_insert                     )GetProcAddress(hInstLib, "aspell_string_map_insert");
				aspell_string_map_replace                     = (PFUNC_aspell_string_map_replace                    )GetProcAddress(hInstLib, "aspell_string_map_replace");
				aspell_string_map_lookup                      = (PFUNC_aspell_string_map_lookup                     )GetProcAddress(hInstLib, "aspell_string_map_lookup");
				aspell_string_pair_enumeration_at_end         = (PFUNC_aspell_string_pair_enumeration_at_end        )GetProcAddress(hInstLib, "aspell_string_pair_enumeration_at_end");
				aspell_string_pair_enumeration_next           = (PFUNC_aspell_string_pair_enumeration_next          )GetProcAddress(hInstLib, "aspell_string_pair_enumeration_next");
				delete_aspell_string_pair_enumeration         = (PFUNC_delete_aspell_string_pair_enumeration        )GetProcAddress(hInstLib, "delete_aspell_string_pair_enumeration");
				aspell_string_pair_enumeration_clone          = (PFUNC_aspell_string_pair_enumeration_clone         )GetProcAddress(hInstLib, "aspell_string_pair_enumeration_clone");
				aspell_string_pair_enumeration_assign         = (PFUNC_aspell_string_pair_enumeration_assign        )GetProcAddress(hInstLib, "aspell_string_pair_enumeration_assign");

				bRet = TRUE;
			}
		}

		::RegCloseKey(hKey);
	}

    return bRet;
}

void UnloadAspell(void)
{
    if (hInstLib != NULL)
        FreeLibrary(hInstLib);
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -