搜索资源列表
Hook
- 經典的函式外掛入門,DELHPI版,要學外掛就一定要會得。-Classic plug-in entry function, DELHPI version, it is necessary to study plug-in will be a must.
delphi-hook-function-call
- delphi下 系统编程 钩子函数的调用-under the system programming delphi hook function ca--under the system programming delphi hook function call
hook
- hook function procedure HookWindow(hWnd: HWND) var Item: PItem begin if FindWindowProc(hWnd, HandleList) = nil then begin GetMem(Item,Sizeof(TItem)) Item.hWnd:= hWnd Item.Next:= HandleList Item.WndProc:= Pointer(Set
cap2013
- 6 调用的函数被拦截进入跟踪程序:设置好了的跟踪程序截获了该次调用。 8 退出跟踪程序,返回到鼠标钩子MouseProc;-6 function call is intercepted enter tracking program: set up a tracking program intercepts the invocation. 8 exit tracking program and return to the mouse hook MouseProc
delphishellai
- 该程序虽然只用了几个shellai函数,但是它涉及到了在Delphi中对DLL的引用、钩子实现、对指示区的操作、用户定义消息的处理、文件的读写等比较重要的内容,我相信这篇文章能对许多Delphi的初学者有所帮助。-Although the program used several shellai function, but it involves reference to the DLL in Delphi, the achievement of the hook, to indicate th
gouzi08-11-26
- 可以用函数EnableKBHook来安装/卸除键盘钩子。-EnableKBHook function can be used to install/removing the keyboard hook.
