如何在 C# 中打开 Windows 7 事务文件
我了解 Windows 7 支持事务处理文件。我如何在 C# 中使用它们?
I understand that Windows 7 supports transacted files. How do I use them in C#?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
通过围绕非托管函数编写互操作包装器。我还写过一篇关于它的博客。这是 另一个例子。
By writing interop wrappers around the unmanaged functions. I've also blogged once about it. Here's another example.