FILE_FLAG_RANDOM_ACCESS
const win32file.FILE_FLAG_RANDOM_ACCESS;Indicates that the file is accessed randomly. The system can use this as a hint to optimize file caching.
Indicates that the file is accessed randomly. The system can use this as a hint to optimize file caching.