用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
相關文章
相關標籤/搜索