摘要: 写下这是为了自己复习的。 主要实现的是给File Explorer注入鼠标钩子,以检测鼠标是否在File Explorer上点击 .cpp #include <Windows.h> #include <stdio.h> #include <psapi.h> #include <shlwapi.h> 阅读全文
posted @ 2019-12-11 08:59 strive-sun 阅读(820) 评论(0) 推荐(1)