ReadFileScatter/WriteFileGather 的内核等效项是什么

发布于 2024-12-07 08:15:17 字数 99 浏览 0 评论 0原文

如何从 Windows 内核执行向量文件 I/O?我需要一个等价的 ReadFileScatter/WriteFileGather

How to perform vectored file I/O from the Windows kernel? I need an equivalent of ReadFileScatter/WriteFileGather.

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

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

发布评论

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

评论(2

日暮斜阳 2024-12-14 08:15:17

NtReadFileScatterNtWriteFileGatter 还有 以下 可能是一个很好的补充

NtReadFileScatter and NtWriteFileGatter Also the following might be a good addition

樱花细雨 2024-12-14 08:15:17

我相信您可以使用 ZwReadFileScatterZwWriteFileGather 但我在 MSDN 上找不到它们的文档,而且我手头没有 DDK 标头。

I believe you can use ZwReadFileScatter and ZwWriteFileGather but I can't find documentation for them on MSDN, and I don't have the DDK headers at hand.

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