在Windows中拦截Move命令 [英] Intercepting the Move command in Windows

查看:167
本文介绍了在Windows中拦截Move命令的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在开发一个文档标记软件的插件。我想拦截在Windows资源管理器中的MOVE操作,并让标记软件处理它。



我在考虑Hooks,DLL注入。 MOVE可以由用户通过几种方式启动,我需要拦截他们所有的。



有没有其他想法。这将是很好,如果你可以发布一些示例链接太。



TIA



Sujay

解决方案

Detours是这个问题的错误解决方案。



相反,请考虑使用类似FileSystemWatcher http://msdn.microsoft.com/en-us/library/x7t1d0ky 或内核模式文件系统过滤器驱动程序。 p>

I am working on a plugin for a document tagging software. I would like to intercept the MOVE operation in Windows explorer , and let the tagging software handle it instead .

I was thinking about Hooks, DLL injection . The MOVE can be initiated by several ways by the user, and I need to intercept all of them.

Does anyone have other ideas. It would be nice if you can post some example links too.

TIA

Sujay

解决方案

Detours is the wrong solution for this problem.

Instead, consider using something like a FileSystemWatcher http://msdn.microsoft.com/en-us/library/x7t1d0ky or a kernel-mode Filesystem filter driver.

这篇关于在Windows中拦截Move命令的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆