Delphi 使用代码-注册与反注册DLL
Delphi 使用代码-注册与反注册DLL
unit DLLMain;
interface
uses
windows,sysutils;
(*注册*)
function DLLReg(const FileName:PChar):Boolean;export;stdcall;
(*反注册*)
function DLLUnReg(const FileName:PChar):Boolean;export;stdcall;
type
DLLRegProc=function :HResul
原创
2022-04-02 09:19:18 ·
554 阅读 ·
0 评论