驱动器上剩余的可用空间 - WinAPI - Windows CE

发布于 2024-07-05 11:35:23 字数 124 浏览 5 评论 0原文

我忘记了 WinAPI 调用来查明特定驱动器上剩余的空间,并且 pinvoke.net 没有给我任何帮助。 顺便说一下,它是一个紧凑的框架,所以我认为 coredll.dll 。

记忆力好一点的人可以慢跑吗?

I've forgotten the WinAPI call to find out how much space is remaining on a particular drive and pinvoke.net isn't giving me any love.
It's compact framework by the way, so I figure coredll.dll.

Can anyone with a better memory jog mine?

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

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

发布评论

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

评论(1

腻橙味 2024-07-12 11:35:23

GetDiskFreeSpaceEx。 链接到 pinvoke.net 的桌面页面; 只需将 kernel32 替换为 coredll 即可。

不幸的是,Compact Framework 上不存在 System.IO.DriveInfo。 它不太适合 Windows CE 的 Unix 风格的单根树。

GetDiskFreeSpaceEx. That links to pinvoke.net's desktop page; simply replace kernel32 with coredll.

Unfortunately System.IO.DriveInfo is not present on Compact Framework. It doesn't quite fit with Windows CE's Unix-style singly-rooted tree.

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