pgpplugin.def

来自「vc环境下的pgp源码」· DEF 代码 · 共 17 行

DEF
17
字号
; PGPplugin.def : Declares the module parameters for the DLL.

LIBRARY      "pgpEudoraPluginV4.dll"
DESCRIPTION  'pgpEudoraPluginV4 Windows Dynamic Link Library'

EXPORTS
	ems_plugin_version
	ems_plugin_init
	ems_translator_info
	ems_can_translate
	ems_translate_file
	ems_plugin_config
	ems_special_info
	ems_special_hook
	ems_plugin_finish
	ems_free

⌨️ 快捷键说明

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