键盘hook,dll实现挂载到其余程序

安装函数: procedure TfrmTest.btnInstallClick(Sender: TObject); type TInstallFunc=function (appName:string):Boolean;stdcall; var strPro:string; pg_h : THandle; pg_id: DWORD; InstallFunc:TInstallFunc; begin
相关文章
相关标签/搜索