用户登录
用户注册

分享至

如何在 C# 中打开 Windows 7 事务处理文件

  • 作者: 小丶土逗
  • 来源: 51数据库
  • 2022-10-20

问题描述

我了解 Windows 7 支持事务处理文件.我如何在 C# 中使用它们?

I understand that Windows 7 supports transacted files. How do I use them in C#?

推荐答案

通过编写 互操作包装器 围绕非托管函数.我也写了一篇关于它的博客.这是 另一个例子.

By writing interop wrappers around the unmanaged functions. I've also blogged once about it. Here's another example.

软件
前端设计
程序设计
Java相关