KeyHookLib.h
上传用户:hongsj123
上传日期:2022-06-18
资源大小:3192k
文件大小:0k
源码类别:

钩子与API截获

开发平台:

Visual C++

  1. #ifdef KEYHOOKLIB_EXPORTS
  2. #define KEYHOOKLIB_API _declspec(dllexport)
  3. #else
  4. #define KEYHOOKLIB_API _declspec(dllimport)
  5. #endif
  6. #define HM_KEY WM_USER+101
  7. BOOL KEYHOOKLIB_API WINAPI SetKeyHooK(BOOL bInstall,DWORD dwThreadId = 0,HWND hWndCaller = NULL);