Windows Search 4 查询 - Delphi 示例
以下网页介绍了以编程方式查询 Windows 搜索:
http://msdn.microsoft。 com/en-us/library/aa965362.aspx
有人有使用 Delphi/Pascal 的示例吗?
我想到的例子相当简单:
- 搜索某些文件类型。
- 搜索文件中的特定文本。
- 将上述搜索限制到特定路径。
The following web page describes querying Windows Search programmatically:
http://msdn.microsoft.com/en-us/library/aa965362.aspx
Does anyone have examples using Delphi/Pascal?
Examples I have in mind are fairly simple:
- Search for certain file types.
- Search for specific text within files.
- Limit these above searches to a certain path.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是我不久前所做的一个 - 请注意它可能已经过时:
我认为这一切都非常不言自明, fQuery 是您要执行的查询。
问候
基思
Here's one I did a while ago - be aware that it may be out of date:
I think it's all pretty self explanatory, fQuery is the query you want to execute.
Regards
Keith