📄 calldfgxdll.pas
字号:
unit CallDfgxdll;
interface
uses Windows;
//加密函数
function PwdCodec(const szInput:Pchar;szOutput:Pchar;fCode:Bool):Pchar;stdcall;
implementation
function PwdCodec(const szInput:Pchar;szOutput:Pchar;fCode:Bool):Pchar;external 'dfgx.dll' name 'PwdCodec'
end.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -