KeyHookLib.h
资源名称:HookKey.rar [点击查看]
上传用户:hongsj123
上传日期:2022-06-18
资源大小:3192k
文件大小:0k
源码类别:
钩子与API截获
开发平台:
Visual C++
- #ifdef KEYHOOKLIB_EXPORTS
- #define KEYHOOKLIB_API _declspec(dllexport)
- #else
- #define KEYHOOKLIB_API _declspec(dllimport)
- #endif
- #define HM_KEY WM_USER+101
- BOOL KEYHOOKLIB_API WINAPI SetKeyHooK(BOOL bInstall,DWORD dwThreadId = 0,HWND hWndCaller = NULL);