本文介绍了在Windows 8文件历史记录的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个相关的问题设置



Windows已经提供了一个API的的允许应用程序读取和修改文件历史记录配置




  1. 有这个API?

  2. 的C#版本是否需要.NET 4.5?

  3. 是否有如何使用这个API?


解决方案

我发现,演示如何使用一段cpp的样本文件历史





这工作得很好:)



我只需要找到一种方法,它从CPP移动到C#


I have a question related to Get/Set "File History" (Windows 8) settings using C#

Windows has provided an API File History API that "allows applications to read and modify the File History configuration"

  1. Is there a C# version of this API?
  2. Does it require .NET 4.5?
  3. Are there any code samples of how to use this API?
解决方案

I found a cpp sample that demonstrate how to use File History

File history Sample

this works well :)

I just need to find a way to move it from cpp to c#

这篇关于在Windows 8文件历史记录的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

06-04 11:56