首页 相关文章 深入解析钩子和动态链接库(下)

深入解析钩子和动态链接库(下)

/***************************************************************** clearMyHook* Inputs:* HWND hWnd: Window whose hook is to be cleared* Result: BOOL* TRUE if the hook is properly unhooked* FALSE if you gave the wrong parameter* Effect:* Removes the hook that has been set.****************************************************************/__declspec(dllexport) BOOL clearMyHook(HWND hWnd) { if(hWnd != hWndServer) return FALSE; BOOL unhooked = UnhookWindowsHookEx(hook); if(unhook...[ 查看全文 ]

2016-02-19 标签:

深入解析钩子和动态链接库(下)的相关文章

手机页面
收藏网站 回到头部