用于安装/卸载的 Win CE 5 存储管理器函数的 C# 包装器

发布于 2025-01-01 07:34:56 字数 96 浏览 1 评论 0原文

我正在寻找一种从我的紧凑框架应用程序在 win CE 5 上安装/卸载分区的方法。

我没有安装 C++,所以无法自己编写包装器。

某处有可用的吗?

I'm looking for a way to mount/dismount partitions on win CE 5, from my compact framework app.

I don't have C++ installed, so cannot write the wrapper myself.

Is there one available somewhere?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

染年凉城似染瑾 2025-01-08 07:34:56

出于某种(糟糕的)原因,存储管理器 API 实际上并未从 coredll 公开导出。对它们的唯一访问是创建一个 C 库并将其与 storemgr.lib 链接。我全心全意地同意这是一种真正的痛苦,但事实就是如此,而且我不知道有任何公开可用的包装器(如果我有一个,我肯定会发布它,但我没有)。

The Storage Manager APIs, for whatever (poor) reasons are not actually publicly exported from coredll. The only access to them is to create a C library and link it with storemgr.lib. I wholeheartedly agree that this is a real pain, but that's the way it is, and I'm not aware of any publicly available wrapper for them (if I had one I'd definitely release it, but I don't).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文