FILE_FLAG_SEQUENTIAL_SCAN top-level constant
int
const FILE_FLAG_SEQUENTIAL_SCAN
Access is intended to be sequential from beginning to end. The system can use this as a hint to optimize file caching.
Implementation
const FILE_FLAG_SEQUENTIAL_SCAN = 0x08000000;