用c语言编写全局键盘钩子

KeyHook.c:用于生成DLL文件windows #include <Windows.h> #include <stdio.h> static HHOOK hkb=NULL; static HINSTANCE hins; LRESULT RetVal; // 使用__declspec(dllexport)声明导出函数 __declspec(dllexport) LRESULT CALLB
相关文章
相关标签/搜索