有没有在Windows系统中的无缓冲I / O? [英] Is there an un-buffered I/O in Windows system?

查看:153
本文介绍了有没有在Windows系统中的无缓冲I / O?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我要找到低级别的C / C ++的API,相当于在Linux系统上写,即没有一个缓冲区。有一?

I want to find low-level C/C++ APIs, equivalent with "write" in linux systems, that don't have a buffer. Is there one?

缓冲I / O,如FREAD,FWRITE不是我想要的。

The buffered I/O such as fread, fwrite are not what I wanted.

推荐答案

看的与FILE_FLAG_NO_BUFFERING选项的CreateFile

这篇关于有没有在Windows系统中的无缓冲I / O?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆