Increased Performance Using FILE_FLAG_SEQUENTIAL_SCAN (98756)
The information in this article applies to:
- Microsoft Win32 Application Programming Interface (API), when used with:
- the operating system: Microsoft Windows NT 3.1
- the operating system: Microsoft Windows NT 3.5
- the operating system: Microsoft Windows NT 3.51
This article was previously published under Q98756 SUMMARY
There is a flag for CreateFile() called FILE_FLAG_SEQUENTIAL_SCAN which
will direct the Cache Manager to access the file sequentially.
Anyone reading potentially large files with sequential access can specify
this flag for increased performance. This flag is useful if you are reading
files that are "mostly" sequential, but you occasionally skip over small
ranges of bytes.
Modification Type: | Major | Last Reviewed: | 3/15/2004 |
---|
Keywords: | KB98756 |
---|
|