
Are CFile::Read() and CFile::Write() Really Unbuffered?
The docs claim that CFile::Read() and CFile::Write() are not buffered, yet
when looking inside CFile::Open() source code, I notice that the ::CreateFile()
used doesn't specify any special options for non-buferred I/O other than
FILE_ATTRIBUTE_NORMAL (no way to specify any other attribute flags like
FILE_FLAG_SEQUENTIAL_SCAN)...
------------------------------------------------------------------------
Andy Yee Corporate E-Mail: See Above
Software Engineer Coporate Web Page: http://www.*-*-*.com/
Personal Web Page: http://www.*-*-*.com/ ~nde
Question authority...and the authorities will question YOU!
------------------------------------------------------------------------