FILE_FLAG_RANDOM_ACCESS top-level constant

int const FILE_FLAG_RANDOM_ACCESS

Access is intended to be random. The system can use this as a hint to optimize file caching.

Implementation

const FILE_FLAG_RANDOM_ACCESS = 0x10000000;